Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tarekm

    Hi: I want to distribute a datab

    Thank you Francescina. It works now. Tarek
  2. tarekm

    Hi: I want to distribute a datab

    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...
  3. tarekm

    Distributing the database among other users

    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...
  4. tarekm

    Passing a field to a Public Sub

    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...
  5. tarekm

    How do you pass a variable to a function in vba

    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...
  6. tarekm

    Passing a field to a Public Sub

    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...
  7. tarekm

    Database User Input

    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...

Part and Inventory Search

Back
Top