G
Guest
OK, here's the problem...
I need to connect an autofill form that stores the Agency information, to
sub form that stores the invoice information for a travel agency. There is no
common field between the two. one form source is the tblAgencies and the
other is the tblInvoiceDetails.
I guess I should give the tblAgencies a UniqueID, the tables existed and
were populated when I started the project...
I know how to create an AutoFill/AutoLookup form but I know that requires a
one to many relationship with the tblAgencies having a Primary Key as the one
and the same data field as the many in the tblInvoiceDetails table to place
in the grid.
I need to connect an autofill form that stores the Agency information, to
sub form that stores the invoice information for a travel agency. There is no
common field between the two. one form source is the tblAgencies and the
other is the tblInvoiceDetails.
I guess I should give the tblAgencies a UniqueID, the tables existed and
were populated when I started the project...
I know how to create an AutoFill/AutoLookup form but I know that requires a
one to many relationship with the tblAgencies having a Primary Key as the one
and the same data field as the many in the tblInvoiceDetails table to place
in the grid.