Database with two tables.
Table1(Tbl1) lists survey plats with primary address.
Table2(Tbl2) lists additional addresses.
One[Tbl1]-to-many[Tbl2] relationship using PlatID as
common field.
Query1 builds list from both tables of incomplete plats
based on completion date.
Form1(Primary) datasource = Query1
Used view incomplete plats and add new records to Tbl1
Form2 (Secondary) datasource = Query1
Used to add additional address/address ranges to Tbl2
Tbl1 builds PlatID number based on user entries. If the plat affects more than 1 address range, user selects CMD button which opens Form2 on top of Form1 to add as many entries as necessary. Can Form2 default the PlatID to be that of the current PlatID showing in Form1?
I will gladly send my work for review.
Thanks,
SGT_Sweety
***********
You are what you are; aren't you?
Table1(Tbl1) lists survey plats with primary address.
Table2(Tbl2) lists additional addresses.
One[Tbl1]-to-many[Tbl2] relationship using PlatID as
common field.
Query1 builds list from both tables of incomplete plats
based on completion date.
Form1(Primary) datasource = Query1
Used view incomplete plats and add new records to Tbl1
Form2 (Secondary) datasource = Query1
Used to add additional address/address ranges to Tbl2
Tbl1 builds PlatID number based on user entries. If the plat affects more than 1 address range, user selects CMD button which opens Form2 on top of Form1 to add as many entries as necessary. Can Form2 default the PlatID to be that of the current PlatID showing in Form1?
I will gladly send my work for review.
Thanks,
SGT_Sweety
***********
You are what you are; aren't you?