Gasman
Enthusiastic Amateur
- Local time
- Today, 01:33
- Joined
- Sep 21, 2011
- Messages
- 16,621
Hi everyone,
I have a subform in datasheet view that for some reason shows 10 extra blank columns on it, making the main form stupidly wide.:banghead:
How can I identify what is causing it please?
SQL is
and the screen looks like attached.
TIA
I have a subform in datasheet view that for some reason shows 10 extra blank columns on it, making the main form stupidly wide.:banghead:
How can I identify what is causing it please?
SQL is
Code:
SELECT Emails.*, Lookups.Data
FROM Emails LEFT JOIN Lookups ON Emails.CaseWorker = Lookups.ID
ORDER BY Emails.ID;
and the screen looks like attached.
TIA