P
Pringle9984
Basically I want to do something like this..
If Record X Exists The
Run SQL Update Quer
Els
Create Record
Run SQL Update Quer
End I
Basically the query updates the Qty of a particular item on a Van, bu
it needs to check whether that item exists on the Van first. Thus i
will need to find if a record exists where 'Location' = 'Van 1' an
'Material' = 'Aerial' or similar, if no such record exists it wil
need to create one (with a Qty of 0) before running the Query
I've briefly looked at DLOOKUP but I don't know if I'd be able to us
that to find a record based on two criteria
Any help would be greatly appreciated
If Record X Exists The
Run SQL Update Quer
Els
Create Record
Run SQL Update Quer
End I
Basically the query updates the Qty of a particular item on a Van, bu
it needs to check whether that item exists on the Van first. Thus i
will need to find if a record exists where 'Location' = 'Van 1' an
'Material' = 'Aerial' or similar, if no such record exists it wil
need to create one (with a Qty of 0) before running the Query
I've briefly looked at DLOOKUP but I don't know if I'd be able to us
that to find a record based on two criteria
Any help would be greatly appreciated