To who can help,
I have a master ID [IPWP_ID] that needs to be repeated across multiple tables to be able to create a report with data from al the tables.
Somebody will set up the first entry then I would like for a record with a Master ID entry to be created across 7 different tables. Various perssonell will fill the rest of the record
I am using this lookup
SELECT tbl_IPWP_setup.IPWP_ID, tbl_IPWP_setup.[Maps Number] FROM tbl_IPWP_setup;
but the record is not automatically updated, I need to manually go and choose it.
can you help?
Thank you
I have a master ID [IPWP_ID] that needs to be repeated across multiple tables to be able to create a report with data from al the tables.
Somebody will set up the first entry then I would like for a record with a Master ID entry to be created across 7 different tables. Various perssonell will fill the rest of the record
I am using this lookup
SELECT tbl_IPWP_setup.IPWP_ID, tbl_IPWP_setup.[Maps Number] FROM tbl_IPWP_setup;
but the record is not automatically updated, I need to manually go and choose it.
can you help?
Thank you