binding a form to a table in another database

J

Justin Hoffman

paulpenta said:
Can I bind a form to a table in another .mdb file?

Thanks
Paul

Yes. The easiest way to do this is to create a linked table which points to
the real table in the other database. File>Get External Data>Link Tables
 
Top