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

simple query 1

Status
Not open for further replies.

mikeba1

Programmer
Joined
Jan 2, 2005
Messages
235
Location
GB
I am trying to create a simple select query with data on a form, all ok apart from a date field which is on the form but does not display on the query ???

beaten !!!

SELECT [Forms]![frmCreateDayApptsSTARTA]![Therapist] AS Expr1, [Forms]![frmCreateDayApptsSTARTA]![dayinweek] AS Expr3, [Forms]![frmCreateDayApptsSTARTA]![fordate] AS Expr2;




 
 http://files.engineering.com/getfile.aspx?folder=d929f639-a7a9-44ea-a70c-e05ad935a1ff&file=Capture.PNG
HI,

Where's the rest of your query?

Skip,

[glasses]Just traded in my OLD subtlety...
for a NUance![tongue]
 
Thanks for the reply

There is no further query, I just wanted to select data from a form but the date field (epr2) doesn't show although the other two do.
It seems to be a problem with the date field.

Eventually I wanted to use this data in an append query, I just used the select to test my logic.
 
A simple query should have at a minimum SELECT and FROM clauses. I don't see a FROM in your SQL. Also, has your focus left the fordate control?

Duane
Hook'D on Access
MS Access MVP
 
Thanks chaps

Focus was still on date field

Solved
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top