I have a web enabled Access 2010 database which is hosted on sharepoint. My opening sheet shows all clients and in order to open the specific client details I have a button next to each client. the embedded macro is an OpenForm macro but when I use the where clause below I receive an error. if i take the where clause away then the form opens fine with all the records in it. Any ideas on what is wrong with my where clause
"[ClientID]=" & [ClientID]
"[ClientID]=" & [ClientID]