We are trying to create a query to pull information from a linked table from a SQL database and a table we have created in Access. The SQL table contains a waiting list of people waiting for classes. The table (Removal)we have created has only two fields in it....the ID (which matches the ID in from the SQL field) and a yes/no check box to indicate if the name needs to be removed from the waiting list.
I have set up the query so that all of the fields from the SQL waiting list are shown and only those fields from the Removal table that match are shown. The criteria for the query is that the yes/no box must indicate no.
The problem is that when new people are added to the waiting list, they do not appear in the query.
I am not familiar with code, so you may have to lead the blind a bit if that is where we need to go with this issue.
THANKS for any assistance any of you can give us.
I have set up the query so that all of the fields from the SQL waiting list are shown and only those fields from the Removal table that match are shown. The criteria for the query is that the yes/no box must indicate no.
The problem is that when new people are added to the waiting list, they do not appear in the query.
I am not familiar with code, so you may have to lead the blind a bit if that is where we need to go with this issue.
THANKS for any assistance any of you can give us.