i have 2 tables One called tblmembers
MemberID(PK)
Batchnumber
LastName
FirstName
Address1
Address2
City
State
Zip
The other called tblBatch
BatchID(Auto)
Batchnumber(PK)
As you can see by the sample database what i want to do is have a user enter a batch number for new records he/she has enterd. I cant figure out how to make this work. Basically what i want to do is when user click on command button add batch # to new records it opens a form called frmbatch.
user enters the number and it will be put in the table called members where is says batchnumber.
Any ideas.
thanks in advance
MemberID(PK)
Batchnumber
LastName
FirstName
Address1
Address2
City
State
Zip
The other called tblBatch
BatchID(Auto)
Batchnumber(PK)
As you can see by the sample database what i want to do is have a user enter a batch number for new records he/she has enterd. I cant figure out how to make this work. Basically what i want to do is when user click on command button add batch # to new records it opens a form called frmbatch.
user enters the number and it will be put in the table called members where is says batchnumber.
Any ideas.
thanks in advance