D
Dale Lundgren
Hi All-
I'm a bit confused by some of the syntax using Access & VBA. For some
reason I can't seem to find a clear explanation in Help. Could someone
please clarify what the brackets, exclamation & period do IE:
I got this to work after much tinkering:
SELECT [Walls].[WallID], [Walls].[WallName] FROM Walls WHERE
[Walls].[ProjectID]=[Forms]![Projects].[cboProjectBrowse];
Why does "[Walls].[WallID]" need to be in brackets yet "Walls" after the
FROM statement is not?
Thank you!
Dale Lundgren
I'm a bit confused by some of the syntax using Access & VBA. For some
reason I can't seem to find a clear explanation in Help. Could someone
please clarify what the brackets, exclamation & period do IE:
I got this to work after much tinkering:
SELECT [Walls].[WallID], [Walls].[WallName] FROM Walls WHERE
[Walls].[ProjectID]=[Forms]![Projects].[cboProjectBrowse];
Why does "[Walls].[WallID]" need to be in brackets yet "Walls" after the
FROM statement is not?
Thank you!
Dale Lundgren