Question : Access Advice

I have a 6 tables with at least 6-7 columns in each in table.

What i awnt to do is allow the user to view all the columns in the tables all at once.
With the option to delete or update any record.

But the list box only displays 20 coluns any ideas on how to approcah this problem

Answer : Access Advice

Hello aneilg,

The only way to accomplish this easily would be to create one unbound "main" form, and then embed 6 "sub" forms
in that main form, with each sub form bound to one of your 6 tables.

This strikes me as a poor way to build a UI, though, and it also seems to indicate that your schema has redundant
tables...

Regards,

Patrick
Random Solutions  
 
programming4us programming4us