I have 3 tables in access with NO SQL just an access DB
1 = customer table
2 = generator table
3 = location table
"2" & "3" relate to ID of "1".
there can be many 3s to one 2 and many 2s to one 1.
I have all three on a form.
when I add a "1" record I want to hit a button that will make a default "2" and "3" records. because 80% of the file has only 1-3, 1-2, 1-1 for a customer, Only 20% have mutiple 2s & 3s.
some fields in "2" and "3" can be defaulted from date in "1" and changed later if information turns out to be different.
I guess I need to know how to do an add for a teble rec in VB from a button click ?
1 = customer table
2 = generator table
3 = location table
"2" & "3" relate to ID of "1".
there can be many 3s to one 2 and many 2s to one 1.
I have all three on a form.
when I add a "1" record I want to hit a button that will make a default "2" and "3" records. because 80% of the file has only 1-3, 1-2, 1-1 for a customer, Only 20% have mutiple 2s & 3s.
some fields in "2" and "3" can be defaulted from date in "1" and changed later if information turns out to be different.
I guess I need to know how to do an add for a teble rec in VB from a button click ?