I am working with Access 2000 adp as front end w/SQL 7.0
Several reports that run by clicking a command button (no user input) function fine in NT, but do nothing in Windows Me. All computers are running MDAC 2.5. There are no date fields involved. The code is simple:
Any suggestions would be greatly appreciated!
Several reports that run by clicking a command button (no user input) function fine in NT, but do nothing in Windows Me. All computers are running MDAC 2.5. There are no date fields involved. The code is simple:
Code:
DoCmd.OpenReport strDocName, acPreview
Any suggestions would be greatly appreciated!