I have a problem with taking Data that is entered into a form and having it poulate 2 different tables at the same time.
Example I am dealing with the Following tables and forms:
1 Table Called IPAddress
1 Table Called IPSubnet
1 Form Called IPTest
The IPTest form is pulling records and fields from a table called IPSubnet and ID. The 2 fields in this table/form that I want to capture are called IPSubnet and IPSubnetID. The IPSubnetID field is an autonumber in the IPSubnet table. When a user populates all information into the Form.IPTest I need to capture the IPSUbnet Field and the IPSubnetID field and have that information ported to the Table.IPAddress and Table.IPSubnet If anyone has any suggestions, please let me know!!
THANKS!!!!
Example I am dealing with the Following tables and forms:
1 Table Called IPAddress
1 Table Called IPSubnet
1 Form Called IPTest
The IPTest form is pulling records and fields from a table called IPSubnet and ID. The 2 fields in this table/form that I want to capture are called IPSubnet and IPSubnetID. The IPSubnetID field is an autonumber in the IPSubnet table. When a user populates all information into the Form.IPTest I need to capture the IPSUbnet Field and the IPSubnetID field and have that information ported to the Table.IPAddress and Table.IPSubnet If anyone has any suggestions, please let me know!!
THANKS!!!!