Hi:
I want to distribute a database system that I developed among other users of the same server. We are using Windows NT. I have done the following:
1- splited the database into front end and back end using the database splitter of MS Access
2- I saved the database as MDE file.
3- I used MS...
Hi:
I want to distribute a database system that I developed among other users of the same server. We are using Windows NT. I have done the following:
1- splited the database into front end and back end using the database splitter of MS Access
2- I saved the database as MDE file.
3- I used MS...
Hi,
Thank you very much for your advices. they are very helpfull.
I developed a function with the following declaration:
Public Function updatedate(fdate As Date) As Date
It gives me an error when I pass a NULL value. the error message reads as following: Run time error 94. Invalid use of...
Hi;
I used the following and it worked:
I defined a variable ToggleVar as public and a sub (or function) as public in a separate module as follwoing:
Public ToggleVar As Integer
Public Sub FilterToggle(Formname As Form)
Then I called this sub from different forms by using the follwing...
Hi:
How can I pass a specific field on a form from its event procedure to a Public Sub in another module and change the value of this field?
My objective is to use a public Sub that can be used by different forms.
I found no problem in changing the field value in a Sub within the same form...
I am developing a databse system that will be used by other users. I developed a form for data edit and entry. That form is based on a table called Operations. The Operations table has a field called JOB_NUM that is listed in the form. I want the user to enter a value instead of scrolling down a...
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.