Update query Criteria help needed
- From: "Dave" <dave@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 May 2008 17:18:28 -0700
I have a field in my table that is text and has any of these combinations.
AM
PM
AM/PM
I want to run an update query dumping certain fields (Including the Above) into another table.
However
The receiving table has AM and PM Yes No Boxes (2 fields)
So I am guessing I need to put some kind of if statement in the criteria of the Update Query that looks at the text and (If A then AM = 1, if P then PM = 1)
Or something like that - but I can't seem to get the syntax of a correct criteria.
Any help will be appreciated,
Thanks
dave
.
- Follow-Ups:
- Re:I Meant Append Query - Sorry
- From: Dave
- Re:I Meant Append Query - Sorry
- Prev by Date: Re: Union qry- results show #'s not words
- Next by Date: Re:I Meant Append Query - Sorry
- Previous by thread: Union qry- results show #'s not words
- Next by thread: Re:I Meant Append Query - Sorry
- Index(es):
Relevant Pages
|