Recent content by JFuhr00000

  1. J

    Dlookup a GUID field...

    WORKAROUND- Create a query like this... My_GUID SQL: SELECT Table.fname, Table.theGuid FROM Table WHERE (((Table.fname)=[Forms]![Profile]![UserID])); Then use: DFirst("[theGuid]","My_GUID") instead of doing the DLookup()
Back
Top Bottom