Search results

  1. S

    Catching ODBC connection failure error.

    Hello everyone, I want to address an issue I'm facing with ODBS connect failure error. I am using Access as a front-end application connected to SQL Server as the backend, and I have two machines, one at work and the other at home. Both machines have different names. When I load my application...
  2. S

    Problem with SQL server back-end.

    I have a dedicated machine with with windows server 2019 installed and sql server 2019. I also have multiple client PCs (Laptops) with access front-end installed and ODBC driver 18 n on them, every thing is connected using ethernet, a router and a ethernet switch. Everything works fine, except...
  3. S

    Best way to distribute SQL Server Express Edition with Access application.

    Hello, I have built an Access application that is a frontend to an SQL server backend. Now I want to distribute this application to end users, those users will, of course, have different server machines. I have some experience with installers like SSE Setup but it would be very much appreciated...
  4. S

    how to limit a form to only one record from a table other than form's source table

    Hello, So I have this simple database that contains only two tables. one contains customers information the other contains their payments. I made a main form that pulls information from a query based on these two tables. When the user clicks on a record in this main form another form opens that...
  5. S

    "you can't save this record at this time" error on empty form!

    Hello I have a form with a subform that is based on a table with required fields. When the user enters something then delete it with backspace in keyboard and want to exit the form, an error message appears that say "you must enter a value in "field name" field, the form is completely empty and...
  6. S

    How to prevent aForm from showing default value from table field in blank new record?

    Hello, I'm new to access and I have this little problem that is bothering me. I have a subform based on a table that has a field with the default value set to current date using the date function. Every time I open this subform an empty new record shows below whatever records is already there...
Top Bottom