joolsUK0575
Registered User.
- Local time
- Today, 21:10
- Joined
- May 6, 2004
- Messages
- 49
OK trying my best to figure out an append query but having little luck
Hopefully can explain what I am after.
I have a main form that has a number of fields two of which I need to match up in a where condition: ref and ryear.
On this main form is a subform where the data from the append query will be pasted into.
I need to match the two fields on the main form (ref and ryear) to the ref and ryear fields contained within the query. Once the query has been run it will then append append the record/ s in to the subform.
In the append query itself I have three like conditions
1) Like ref
2) Like ryear
3) Like plot number
I would like to remove (1) and (2) from the query using a where condition but can not figure out how.
I am familiar using a where condition on a form to open up another form and I trying to do this with the append query. I don't want to open up another form with the query behind it.
Hope this makes sense
Jools
Hopefully can explain what I am after.
I have a main form that has a number of fields two of which I need to match up in a where condition: ref and ryear.
On this main form is a subform where the data from the append query will be pasted into.
I need to match the two fields on the main form (ref and ryear) to the ref and ryear fields contained within the query. Once the query has been run it will then append append the record/ s in to the subform.
In the append query itself I have three like conditions
1) Like ref
2) Like ryear
3) Like plot number
I would like to remove (1) and (2) from the query using a where condition but can not figure out how.
I am familiar using a where condition on a form to open up another form and I trying to do this with the append query. I don't want to open up another form with the query behind it.
Hope this makes sense
Jools