Search results

  1. E

    Downloadable Access Tutorial

    Dear All, I searched a lot, but was unable to find a downloadable Tutorial on MS Access 2000, preferbly "Teach Urself MS Access in 21 days" Help....
  2. E

    criteria taken from a form control (text box)... Help

    Dear All, Please read the situation first and help me if possible.... I am using a form, it uses two combo boxes and one text box. In the underlying table, i have a field called (prob_id). I want to extract some values for (prob_id) from those text boxes and I place them in another control on...
  3. E

    criteria taken from a form control (text box)... Help

    Dear All, Please read the situation first and help me if possible.... I am using a form, it uses two combo boxes and one text box. In the underlying table, i have a field called (prob_id). I want to extract some values for (prob_id) from those text boxes and I place them in another control on...
  4. E

    Retain values from previous record in a text box

    Dear Experts, I have a form having many text boxes and combos. Among them are two text box (Date, Reference_No). I want to retain the previous entered values of these two boxes when I go to a new record. Can Anyone tell me how to do it. Thanx
  5. E

    Possible to execute an .exe file from within Access through VB Code

    Dear All, Is it possible to execute a standalone executable file (.exe) from within access VB Code. I want to execute the 'Net Send' command to send an alert message to another PC if a new record is inserted in the database. Thanx
  6. E

    What is the last occuring EVENT in a form...

    I have a form containing three text boxes. 1. ID - Autonumber 2. Item_Name - Text 3. Item_Num - Text Some of the Items have Item_Num, while some of them not. I have designed a form containg all these three controls on it. Now What I want is: If the user leaves the Item_Num field blank, it...
  7. E

    Loading DAO at run time....

    Hi experts, I am using a bit of VB code in my form and that needs to have DAO references loaded first. I needed to run the same code in another database, and it generated error, coz DAO was not loaded there. What I need is to have a VB code to load DAO at run time if i need to run this form...
  8. E

    Replication

    I hate replication.... Help plz Dear All, I searched through the threads in the forum, but couldn't find a suitable answer to my question. Here is the situation: We have a database which is splitted into front End and Back end parts. This database is recording the customer information. There...
  9. E

    Radio button and Combo Box Problem

    Hi all, I have two combo boxes and an option group having two radio buttons. I want the user to select from only one of the combo boxes. to ensure that i need to disable one of the combo boxes. The user should select which combo to be enabled by clicking any of the Radio buttons. Also when a...
Back
Top Bottom