B
BRC
Access 97 ,win98SE. I have a form (myform) with a subform(mysf). myform
has a combo box which looks up a client and then displays that client info.
mysf is not visable until a client is selected in the lookup combo box. I
would like to add an "addBtn" command button next to the combo box to add
new client. can anyone tell me what the code would look like to add a new
record. So far i have:
Private Sub ADDBTN_Click()
Me.mySf.Visible = True
'????????????
End Sub
Thanks in advance for any help.
has a combo box which looks up a client and then displays that client info.
mysf is not visable until a client is selected in the lookup combo box. I
would like to add an "addBtn" command button next to the combo box to add
new client. can anyone tell me what the code would look like to add a new
record. So far i have:
Private Sub ADDBTN_Click()
Me.mySf.Visible = True
'????????????
End Sub
Thanks in advance for any help.