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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populate Field from Query

Status
Not open for further replies.

Ajwebb

MIS
Jul 31, 2003
153
GB
Hi All,

I have a query and one of the fields is called DateOfExport.

I was wondering if it is possible that when i run the query if it is possible to populate the field with the current date.

Thanks in Advance

Anthony
 
Hi Leigh,

The only SQL i have is when i go into SQL View of my query and it is as follows.

SELECT [Learning Activity Dataset].UNIQUEID, [Learning Activity Dataset].LEARN_ID, [Learning Activity Dataset].PROVI_ID, [Learning Activity Dataset].LPROG_ID, Format([lacti_id],"00") AS LACTI_ID1, [Learning Activity Dataset].LAIM_REF, [Learning Activity Dataset].[Export_Date]
FROM [Learning Activity Dataset];

My field Export_Date is bound to my table [Learning Activity Dataset].


Regards

Ant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top