Good Afternoon:
I need help allowing more than 2 people to be the in the db at the same time, and view the same reports and queries.
Please offer any suggestions.
Thanks
Good Afternoon:
I am trying to import a single cell from an Excel spreadsheet using an Access query.
I can import the entire spreadsheet, but cannot separate the cell I need.
Any help is appreciated.
Good Morning!
I have a text file that I want to separate into individual fields in Access. However, the text sizes vary in length and they do not hold their position within the text string (I imported the text into 1 field). The import text wizard actually screwed me more than helped.
I have...
I asked this question a few days ago....
Here is how I solved it...
Private Sub Command18_Click()
On Error GoTo Err_Command18_Click
Dim stDocName As String
Dim stLinkCriteria As String
Static UserId
Dim Text11, Text13, Text19
If IsNull(Text11 =...
Good Afternoon...
I want to update a table based upon a docmd.runsql command from a formm
The table has two text field, and two date fields, as well as a primary key.
The form runs great but when it attempts the docmd.runsql statement, it says 0 records to add.
Here is the code...
Good Afternoon...
I want to update a table based upon a docmd.runsql command from a formm
The table has two text field, and two date fields, as well as a primary key.
The form runs great but when it attempts the docmd.runsql statement, it says 0 records to add.
Here is the code...
Afternoon All....
I have a User ID table with user ids and passwords. I pass the user id from a gateway screen to another form as a static variable.
Now, I want to update a user log table with the user id from the gateway screen and Date and time the user started the form and the date and...
Hello....
I have a form that I use as a gateway to a database. The form asks for a User ID and Password that I have stored in a separate table.
On click of a button, I want to determine if the user entered the correct User ID and Password based upon the User ID table. If they have, it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.