Delete a data in a query

SBBmaster09

Registered User.
Local time
Today, 20:08
Joined
Apr 26, 2013
Messages
92
I have a Query which can pull data to a form, then the form will evaluate the ID, after saving/recording, I need to delete the evaluated data on the query.

My problem is how can i delete it? There is Table1 for outputing the evaluation, Query1 where the evaluation can get the Data.

Process Flow:
> Form pulls data from Query1
> Evaluation was saved on Table1
> Evaluated ID should also be removed on Query1
 
A query does not store data; that data is coming from a table or tables. Do you want to delete it from the table(s) or just have it not show in the query?
 

Users who are viewing this thread

Back
Top Bottom