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

Expression -

Status
Not open for further replies.

LELOA

Technical User
Nov 12, 2003
13
US
Hi

I have develope a form. which pulls information from multiple tables. What I am trying to do is the following

Field - Scrubbed Part number table Q1_2004
Field - Vendor PN Table Q4_2004

If Scrubbed part number is null then go to Table Q4_2004 and put in Vendor PN else leave it blank.

How can I do that

thanks for any help

Lee
 
Lee,


You should be able to do what you desire with an update query that has a condition of IS NULL for the Scrubbed part number.


HTH,

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top