Hello,
I'm trying to set up my datasheet so that when I click on the ID number, my details form pops up and I can see and edit the record details. This worked for a brief moment using a macro but now it seems to have stopped working and doesn't seem to be able to locate the form.
My datasheet with the information is called formRecordsList
The Form i'm trying to get it to open in is called Record Details
I was using this expression ID!Forms![formRecordsList]!ID which worked for awhile but now asks me to enter the parameters. I tried converting this to VBA but I got a whole host of other error messages popping up one after the other.
Any suggestions? Thank you!!