Hi
I need to copy a file from one location to another from Access. Its an mdb file and users some time will need to have the latest mdb file which will be downloaded from the server when they click a button.
now I used to have a copy file code which would copy the file block by block. But now...
Hi
I am very new at writing script. I found some what a close suggestion in this thread called: thread329-957274, but its not clear enough for me.
Problem: I need to automate this process:
File will be created as csv by a 3rp pary software.
I need to check for that file in a specific time. if...
thanks i just did this
Private Sub TabCtl11_Change()
If gTabFlag = False then
Me.TabCtl11.Value = gTabIndex
End
End Sub
I also set the global gTabIndex variable when i enter the tab...
Hi all
I have this tab Control with several pages.
Is there any properties of the tab control that i can disable/enable or something so that if users starts with some thing they can't move away from that page until they are done?
Hope i was clear enough with my questions
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.