MS Access
Hello,
How to create gym tables in access? The database algorithm is the most difficult one for me but I am trying my best to study more about this and I need your help guys.
Thank you.
- 1532 views
- 3 answers
- 1 votes
A Runtime Error happened when opening a database from excel.
The only solution I have tried is when I turn off AVG this would not happen, unfortunately I need AVG running.
Is there a way to do it without having the runtime error while AVG is up?
Microsoft Visual C++ Runtime Library
Runtime Error!
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information.
- 834 views
- 2 answers
- 0 votes
While trying to access the mail merge for Microsoft access suddenly it hangs and it shows an error message like this photo.
- 1135 views
- 2 answers
- 0 votes
I've been trying to make an Interface using MS Access but my boss always told me not to make directly on tables, forms and reports. Is there other technique or steps on how to do at first in making an Interface?
- 791 views
- 2 answers
- 0 votes
I have a problem with my MS Access. I’m trying to use a method of password protecting a command button that I found here. But it doesn’t work properly. The errors are shown below:
If InputBox("password") = "thepassword" then
Docmd.OpenForm formname
Else
MsgBox "You are not authorized!",vbOKOnly
End if
Private Sub Open_Activities_Menu_Click()
If InputBox("Enter password") = "111111" Then
DoCmd.OpenForm Activities_Menu
Else
MsgBox "You are not authorized!", vbOKOnly
End If
End Sub
I think the issue is about the DoCmd line, and here I get a message.
- 3298 views
- 1 answers
- 1 votes
Hi,
I fear than my MSAccess database have duplicated entries due to one of my programmer's lack of experience in MSAccess.
I would like to know how I can print duplicate entries in a report so that these problems can be solved without having to search for it one – by – one manually.
- 961 views
- 2 answers
- 0 votes
Good day experts!
I'm planning on setting a password for my MS Access file.
This file serves as my database on one of my program created.
What steps should I do to set a password on my MS Access file?
Thanks.
- 869 views
- 1 answers
- 0 votes
Hi,
Is it possible for multiple users to open and use the same Microsoft Access database in real time?
I look forward to hearing from you
- 945 views
- 1 answers
- 0 votes
how to transfer tables from MS word to MS access file in order to use it to create a database?
- 1203 views
- 2 answers
- 0 votes
What are the different methods to create a database using Microsoft Access and what is the best of them?
- 899 views
- 3 answers
- 0 votes