Hi gang,
For some bizzare reason I am having terrible trouble setting up a simple query.
I want to have a form where the user types two values into two text boxes (FirstName and LastName)and the user then clicks a command button. When they do access will open another form that shows the appropiate record. For example: the user types the first name in the first name box "Elvis" and then the same in the last name box "Presley" and when they click the button, up pops the info form that displays the information for elvis presley.
Here is my db setup
Table name = tblMemberInfo
Field 1 = mbrID (Unique Auto number)
Field 2 = mbrFirstName
Field 3 = mbrLastName
Field 4 = mbrAddress
Field 5 = mbrEmergencyContactName
Field 6 = mbrEmergencyContactTelephone
Any pointers or help would be great, I have spent all weekend searching the forums and trying different code but I can not get this to work despite it being a very basic search. I would learn a lot if you could help me out.
Thank you for your time and help.
Kenny
For some bizzare reason I am having terrible trouble setting up a simple query.
I want to have a form where the user types two values into two text boxes (FirstName and LastName)and the user then clicks a command button. When they do access will open another form that shows the appropiate record. For example: the user types the first name in the first name box "Elvis" and then the same in the last name box "Presley" and when they click the button, up pops the info form that displays the information for elvis presley.
Here is my db setup
Table name = tblMemberInfo
Field 1 = mbrID (Unique Auto number)
Field 2 = mbrFirstName
Field 3 = mbrLastName
Field 4 = mbrAddress
Field 5 = mbrEmergencyContactName
Field 6 = mbrEmergencyContactTelephone
Any pointers or help would be great, I have spent all weekend searching the forums and trying different code but I can not get this to work despite it being a very basic search. I would learn a lot if you could help me out.
Thank you for your time and help.
Kenny