B
brigid
The following code prompts the user to enter an Entry
Type.
SELECT [SIR/DIR].[Blotter Entry Type], [SIR/DIR].
[Incident Number]
FROM [SIR/DIR]
WHERE ((([SIR/DIR].[Blotter Entry Type])=[Enter Entry
Type]));
Is it possible to prompt the user with a drop down menu
so they can select the entry type? If not, does anyone
have an idea for a work around?
Thanks!
Type.
SELECT [SIR/DIR].[Blotter Entry Type], [SIR/DIR].
[Incident Number]
FROM [SIR/DIR]
WHERE ((([SIR/DIR].[Blotter Entry Type])=[Enter Entry
Type]));
Is it possible to prompt the user with a drop down menu
so they can select the entry type? If not, does anyone
have an idea for a work around?
Thanks!