F
Frank Wagner
I develop Math Software for Elementarty Schools using Access 2000.
I am using the following statement to open up various testing forms and go
to a random record that was selected for testing purposes.
"DoCmd.GoToRecord acDataForm, "FormName", acGoTo, intRandomRecordNo".
Is there any way I can only show the selected record by filtering the data
using a similar statement?
Any help would be appreciated.
I am using the following statement to open up various testing forms and go
to a random record that was selected for testing purposes.
"DoCmd.GoToRecord acDataForm, "FormName", acGoTo, intRandomRecordNo".
Is there any way I can only show the selected record by filtering the data
using a similar statement?
Any help would be appreciated.