S
short
I have a form that has tabs to view different information, the information
viewed is all tables, that I've made so the user can not edit any information
from those tables w/out clicking add new. So I create another form, that
opens when the add new is clicked. I want to know how to autopopulate the fk
for the linked tables in the smaller forms.
for example:
tblserver
id-pk
tbldiskdrive
id-pk
serverid-fk
do I link the forms by the Before Insert event, and how would that look.
viewed is all tables, that I've made so the user can not edit any information
from those tables w/out clicking add new. So I create another form, that
opens when the add new is clicked. I want to know how to autopopulate the fk
for the linked tables in the smaller forms.
for example:
tblserver
id-pk
tbldiskdrive
id-pk
serverid-fk
do I link the forms by the Before Insert event, and how would that look.