ardy
Registered User.
- Local time
- Today, 04:34
- Joined
- Sep 24, 2012
- Messages
- 98
Hello All.....
This should work but I get #Name? instead of the first name.....I am using this in a form. trying to pull the student name from a field in the form that has the student ID.
---------------------------------Expression----------------------------
="SELECT [Student_Profile]![First_Name] FROM [Student_Profile] WHERE [Student_Profile]![Student_ID]=" & [Me].[Student_ID] & ";"
-----------------------------------------------------------------------
I wonder why ?
ardy
This should work but I get #Name? instead of the first name.....I am using this in a form. trying to pull the student name from a field in the form that has the student ID.
---------------------------------Expression----------------------------
="SELECT [Student_Profile]![First_Name] FROM [Student_Profile] WHERE [Student_Profile]![Student_ID]=" & [Me].[Student_ID] & ";"
-----------------------------------------------------------------------
I wonder why ?
ardy