All,
I am helping a co-worker with an Access project. We have a form that has pages on it and we would like to edit the data there, so I started making sure the table has a PK and those type things. In looking at the forms recordset, it shows:
SELECT [tblIncidents-Join].*
FROM [tblIncidents-Join]
I do not have a tbl or qry called -Join. Where is this recordset getting built from?
This is exsisting code that the origianl developer has since gone.
Thanks!
I am helping a co-worker with an Access project. We have a form that has pages on it and we would like to edit the data there, so I started making sure the table has a PK and those type things. In looking at the forms recordset, it shows:
SELECT [tblIncidents-Join].*
FROM [tblIncidents-Join]
I do not have a tbl or qry called -Join. Where is this recordset getting built from?
This is exsisting code that the origianl developer has since gone.
Thanks!