Hi Jeremy
I tried that but no-one replied. As I have a deadline and compatability issues with other users I have decided to drop the Access forms and try using ASP. I guess this is what I should have done in the first place.
Thanks for your help though Jeremy
Regards
Justin
I agree with you about XP, I have had loads of problems with it including the fact that one of my forms does not work if you run it maximised but if you make the window smaller it does !!! How strange is that ?
Justin
On an OnClick event for the button on my main menu that calls up the form I have the following code :
Dim stFormName As String
Dim stLinkCriteria As String
stDocName = "yourformname"
DoCmd.OpenForm stDocName, , , stLinkCriteria
DoCmd.GoToRecord , , acNewRec
I use...
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.