This question been asked before,
an answer give by Arvin Meyer
The maximum data is 2 GB, but you really should be moving to a different
engine before then. You can have about 2000 tables open.
If you open Help and type "specification" into the index (without the
quotes) you'll get lists of Access specs.

Signature
--
The next line is only relevant to Microsoft''s web-based interface users.
If I answered your question, please mark it as an answer. It''s useful to
know that my answer was helpful
HTH, good luck
> I have two tables one lists jobs and the other list destinations of those
> jobs they are tied together by jobnumber. I want to be able to limit what
[quoted text clipped - 7 lines]
> (((Delivery.jobnumber)=Forms!loads!jobnumber)) GROUP BY Delivery.destination
> ORDER BY Delivery.Destination;
Ofer - 09 Nov 2005 20:08 GMT
Ignore that please, been post in the wrong place
offfffffff
> This question been asked before,
> an answer give by Arvin Meyer
[quoted text clipped - 16 lines]
> > (((Delivery.jobnumber)=Forms!loads!jobnumber)) GROUP BY Delivery.destination
> > ORDER BY Delivery.Destination;
In the Current event of your form:
Me.MyComboBox.Requery
> I have two tables one lists jobs and the other list destinations of those
> jobs they are tied together by jobnumber. I want to be able to limit what
[quoted text clipped - 7 lines]
> (((Delivery.jobnumber)=Forms!loads!jobnumber)) GROUP BY Delivery.destination
> ORDER BY Delivery.Destination;