S
Sylvie
I have a form with a combo box Row's source criteria:
SELECT Subjects.SubjectID, [FirstName]+" "+[MI]+" "+[LastName] AS Name FROM
Subjects ORDER BY [FirstName]+" "+[MI]+" "+[LastName];
Which when the user did not find name need to add; so I have a command
button that open Subject table. The problem is : IT IS NOT ALLOWING ME TO ADD
NEW SUBJECTS!!!
I tried Allan's code for "Using another event to open a form" and such and
did not work.
Maybe the problem is the combo box. Is there another option? I've been
searching in all thread for weeks and NOTHING. TIA
SELECT Subjects.SubjectID, [FirstName]+" "+[MI]+" "+[LastName] AS Name FROM
Subjects ORDER BY [FirstName]+" "+[MI]+" "+[LastName];
Which when the user did not find name need to add; so I have a command
button that open Subject table. The problem is : IT IS NOT ALLOWING ME TO ADD
NEW SUBJECTS!!!
I tried Allan's code for "Using another event to open a form" and such and
did not work.
Maybe the problem is the combo box. Is there another option? I've been
searching in all thread for weeks and NOTHING. TIA