L
Leon Shaw
How do I get the primary key of a record just enter into the database?
Then pass that same primary key ID column value to another table?
Example:
--- Members Table --- ---Transaction Table---
MemberID TranactionID
FirstName MemberID
LastName DateTime
etc. etc.
The transaction table is suppose to get the memberID of the member table on
submit button click.
Then pass that same primary key ID column value to another table?
Example:
--- Members Table --- ---Transaction Table---
MemberID TranactionID
FirstName MemberID
LastName DateTime
etc. etc.
The transaction table is suppose to get the memberID of the member table on
submit button click.