G
Guest
Two of my tables are Tracking (primary key TrackID) and QuoteItems (primary
key QuoteID). A Tracking Object can have any number of QuoteItems. Say if the
current form Tracking Object TrackID=2, has the QuoteItems QuoteID = 3,4,5, I
want to be able to count through the quotes in VBA code so I can retrieve
values from all the QuoteItems for a particular Tracking Object. How do I get
the value of the of the first and last value of the QuoteID of a particular
Tracking Object so I can set up a loop.
Thanks in advance
key QuoteID). A Tracking Object can have any number of QuoteItems. Say if the
current form Tracking Object TrackID=2, has the QuoteItems QuoteID = 3,4,5, I
want to be able to count through the quotes in VBA code so I can retrieve
values from all the QuoteItems for a particular Tracking Object. How do I get
the value of the of the first and last value of the QuoteID of a particular
Tracking Object so I can set up a loop.
Thanks in advance