I have two tables (contacts & scheduling) with a 1 to 1 relationship, matched on ID.
I did this as access wouldn't allow me to make a table with more than 255 fields.
I have a form with source=contacts (autonumber ID) with a button that opens the scheduling form presenting only the record with matching ID.
Is there code I can write for the button that will set the ID on scheduling to match the (autonumber)ID on contacts if there isn't already such a record?
Is there another, easier approach to take?
thanks in advance
JJJ
I did this as access wouldn't allow me to make a table with more than 255 fields.
I have a form with source=contacts (autonumber ID) with a button that opens the scheduling form presenting only the record with matching ID.
Is there code I can write for the button that will set the ID on scheduling to match the (autonumber)ID on contacts if there isn't already such a record?
Is there another, easier approach to take?
thanks in advance
JJJ