R
Radhika
I am trying to create a query with the following fields of interest: ID#,
Visit Date, VP Removal Date and IP (drop down box).
For each ID#, I want the VP Removal date to be blank for previous visit if
IP is not null. For example, I want the query to look something like this is
datasheet view:
ID# Visit Date VP Removal Date IP
111111 04/05/2007 04/30/2007
111111 06/02/2007
111111 09/06/2007 09/20/2007 2
999999 03/20/2008 04/06/2008
999999 05/07/2008 06/15/2008
999999 06/08/2008 06/19/2008
I tried to insert an IIf statement in the VP Removal Date field. However, I
am not sure about how to end it. IIf ([IP] is not null, [VP Removal
Date]=....)
How can I end it? Is there another way of getting the same result.
Thankyou,
Radhika
Visit Date, VP Removal Date and IP (drop down box).
For each ID#, I want the VP Removal date to be blank for previous visit if
IP is not null. For example, I want the query to look something like this is
datasheet view:
ID# Visit Date VP Removal Date IP
111111 04/05/2007 04/30/2007
111111 06/02/2007
111111 09/06/2007 09/20/2007 2
999999 03/20/2008 04/06/2008
999999 05/07/2008 06/15/2008
999999 06/08/2008 06/19/2008
I tried to insert an IIf statement in the VP Removal Date field. However, I
am not sure about how to end it. IIf ([IP] is not null, [VP Removal
Date]=....)
How can I end it? Is there another way of getting the same result.
Thankyou,
Radhika