Search results

  1. R

    This database was created with the 32-bit version of Microsoft Access. Please open it with the 32-bit version of Microsoft Access.

    I had this error. The cause was there were function declarations in 32-bit format but not in 64-bit format, see structure below... #If Win64 Then #If VBA7 Then Public Declare PtrSafe Function apiGetWindowsDirectory& Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As...
  2. R

    How to edit MS Access tables via web

    Thanks Pat, I like your thinking. This is a solution that removes the learning curve required with developing the web approach. Thank you for your time and expertise. Russ.
  3. R

    How to edit MS Access tables via web

    Hi Galaxiom & AccessBlaster <P> I think the Access 2010 + SharePoint is the solution I am looking for. I will do more research in this area. Thank you both for providing guidnace. Russ
  4. R

    How to edit MS Access tables via web

    Hi Galaxiom, many thanks for your reply. The scenario is of winning captains entering the score of games on a results form. So I don't think using Remote Desktop to be option as the user can be anyone who can sign in. Please correct me if I am wrong, my knowledge of putting interactive forms on...
  5. R

    How to edit MS Access tables via web

    Hi I have an MS Access 2007 desktop database that has been in use for many years. Of the numerous tables, I have three tables that now require users to update some fields via the web. I do not want to move to SQLServer Express, SQLite, MySQL, PostgreSQL... as they are not my skill set. My...
Back
Top Bottom