M
Microsoft
Greetings,
I am trying to get a form that lists guests to bring up a record of that
guest in my add/edit form. The list form is a filtered form with buttons on
it for the alphabet and you press a letter to get the list of guests with
that last name.
I want to click a name on the list in the guest list form and have the same
guest record appear for edit on my add/edit form. Right now I have to use
the find menu item to look for a name. This gets time consumign when doing
a lot of editing.
I have placed the following code on the OnClick event macro for he last name
on the form. The Macro Action is OpenForm. The form Name is frmGuests, the
view is Form, the where condition is:
[LastName]=[Forms]![frmGuestList]![LastName], the data mode is Edit and the
Window Mode is Normal.
Currently the OnClick action opens the form with a blank record. Anyone
have any thoughts on what I have missed or done wrong?
Many thanks.
Best regards,
Scott
I am trying to get a form that lists guests to bring up a record of that
guest in my add/edit form. The list form is a filtered form with buttons on
it for the alphabet and you press a letter to get the list of guests with
that last name.
I want to click a name on the list in the guest list form and have the same
guest record appear for edit on my add/edit form. Right now I have to use
the find menu item to look for a name. This gets time consumign when doing
a lot of editing.
I have placed the following code on the OnClick event macro for he last name
on the form. The Macro Action is OpenForm. The form Name is frmGuests, the
view is Form, the where condition is:
[LastName]=[Forms]![frmGuestList]![LastName], the data mode is Edit and the
Window Mode is Normal.
Currently the OnClick action opens the form with a blank record. Anyone
have any thoughts on what I have missed or done wrong?
Many thanks.
Best regards,
Scott