Hi,
Thanks in advance.
I am getting a type mismatch error, with the following SQL, when trying to access a page for individual users (works OK for Admin)
select [EnquiryID], [EnquiryDate], [AssignedConsultant], [Status], [LoanType], [LoanAmount], [Surname], [FirstName], [HomePhone], [Mobile], [Email], [CurrentSuburb], [Referral] From [tblEnquiry] where [AssignedConsultant] = 6
The bold above is I am sure where the error is because 'Assigned Consultant' is a text field i.e. jmisson
In the advanced security section I have set the AssignedConsultant = UserName, both text, but for some reason the ID field is being picked up instead. I thought I made a mistake, so rebuilt the pages, making sure I included the correct fields. I then overwrote the xxxlist.asp and xxxasp_functions.asp pages - do I need to overwrite any other pages?
Do you have any suggestions.
Many thanks
Julie