I am apparently getting senile because I thought I used to do this. I would appreciate any help you can offer.
I would like a startup form which just has a place for ID# only with instructions to enter number and hit enter. That form ofcourse is no problem. OnEnter, I would like to call up that record on a different form (membership form). I can't remember how.
How do i phrase the line of code if my form name is findrecord and unbound field is ID?
DoCmd.openform "members inquiry" ???
I would like a startup form which just has a place for ID# only with instructions to enter number and hit enter. That form ofcourse is no problem. OnEnter, I would like to call up that record on a different form (membership form). I can't remember how.
How do i phrase the line of code if my form name is findrecord and unbound field is ID?
DoCmd.openform "members inquiry" ???
Last edited: