How to write script using Database

Hello,

I have imported log file into MS access with columns server,date,time,url.I need to write VB script in VB editor for accessing rows in between given date and time.

It's urgent.please can any body help with this.


Thanks

Questions by sappi_01

Showing Answers 1 - 1 of 1 Answers

MS Access has built-in Visual Basic Module Editor,
Click on Modules Tab
Click New
Create Public Function
Put in your code
Save, Close, Re-Open,
Now you can use your VB Script anywhere in MS Access by calling the function name.

Code
  1. span style="color: #ff0000;">"SELECT * FROM [Log_Table] Where Date = #"" and Time = #""#"'Do Whatever you want here

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions