Hi,
I work with Access 2003 and I am new in VBA.
I would like some help with the following:
In a query that is sorted by field1 (this is the primary key)
I want to write this:
If field2.record(m)=field2.record
Then field3.record (p)="Yes" Else field3.record (p)="No"
field2 and field3 are texts
fields1 is a number
(m),
, (p) are the numbers of records by which we must move from the first record in this query, if it sorted by field1
Thank you in advance.
I work with Access 2003 and I am new in VBA.
I would like some help with the following:
In a query that is sorted by field1 (this is the primary key)
I want to write this:
If field2.record(m)=field2.record
field2 and field3 are texts
fields1 is a number
(m),
Thank you in advance.