Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert new record when condition is met

Status
Not open for further replies.

scoobyroo

Programmer
May 10, 2007
47
US
I have a table called MonthlyData with the following columns:

Name Date Prelim Received All Received Comments



I also have a form that the user inputs data into. If they select "No" for the All Received column, I need the current record to be copied and inserted
into the table, but only with the name populated.

Example

John Smith 8/5/2008 N Still waiting on 2 prelims
John Smith


I am not sure what the best way to do this would be. Any help would be appreciated.
 
Use an append query (INSERT INTO ...)

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top