G
Guest
I have a replicated database, using Replication ID (rather than Long
Interger) for the primary keys.
I am trying to use the Replication ID (GUID) in a select query, referencing
an open subform. When i run the query with the form closed and enter the
guid in the parameters box that pop up there is no problem, but it will not
run properly referencing the open form - I just get blank results as it seems
the query is interpreting the inpt as a string.
I have tried to use GUIDfromString as follows "GUIDfromString
([forms]![student basic]![student suggested courses]![studentid]" but I get
an error saying that the expression is too long to evaluate.
Help appreciated!!!!
Interger) for the primary keys.
I am trying to use the Replication ID (GUID) in a select query, referencing
an open subform. When i run the query with the form closed and enter the
guid in the parameters box that pop up there is no problem, but it will not
run properly referencing the open form - I just get blank results as it seems
the query is interpreting the inpt as a string.
I have tried to use GUIDfromString as follows "GUIDfromString
([forms]![student basic]![student suggested courses]![studentid]" but I get
an error saying that the expression is too long to evaluate.
Help appreciated!!!!