On Wed, 3 Feb 2010 02:44:03 -0800, gh05
wrote:
>Hi John,
>
>yes I get the same problem if I create a basic query based on the table. I
>don't know about if it happens for other forms at the moment but will have a
>look (the database was actually set up by a friend and it sounds like they
>have even less knowledge of Access than myself!)
You might have some corrupt Indexes. Have you compacted and repaired the
database? Are these local tables or linked?
>Unsure of how to post the SQL for a form. I thought that was only possible
>for a query?
Most forms are based on Queries, either a query built by the developer or a
hidden query created by Access. Open the form in design view and look at its
Properties. What's in the "Record Source" property? If it's the name of a
query or a SQL string, click the ... icon by it to open the query design grid;
select View... SQL to see the SQL.
>> Stay informed about: Information in 'form view' not displaying in 'table view'?