Recently, my access database main records table was "cloned" and is now being hosted on a SQL server as a linked table to my existing Access database. Now, the Record search box (in the form) does not consistently return the correct record when called. This is intermitant. The search function will work for maybe 5 searches, then will display a totally incorrect record out of the blue. I realize SQL server and Access have different data types, and we fixed all the issues associated with this, that we know of.
The existing (unlinked) table used prior to this move has NEVER had this issue, so I know it is somehow associated with the linked table. Any ideas? I am not the most experienced Access programmer, and the SQL server programmer is not helping. Thanks in advance.
The existing (unlinked) table used prior to this move has NEVER had this issue, so I know it is somehow associated with the linked table. Any ideas? I am not the most experienced Access programmer, and the SQL server programmer is not helping. Thanks in advance.
Comment