Search results

  1. B

    data in subforms

    I have a form with tab control. It has 8 tabs and each page/tab of it consists of one subform only. Like: tab1-subform1 = need to export data from NUMBER field. tab2-subform2 - tab8-subform8 = need to get the data from the NUMBER field in subform1 and must be filtered the tab2 when the tab2 is...
  2. B

    FileDialog property

    I'm having some problems with this code Private Sub AddPicture_Click() getFileName End Sub Sub getFileName() Dim fileName As String Dim result As Integer With Application.FileDialog(msoFileDialogFilePicker) .TITLE = "Select Employee Picture"...
  3. B

    reinsert data

    I have two forms. FORM A has a locked text box and so is FORM B. I would like them to have the same data at the same time. FORM A has a open form command button to open FORM B. So if the user clicked the button, the FORM B will be opened and the locked text box of each will have the same value...
  4. B

    getting data

    How can I get data from one form to another form automatically? I am going to get a data from another form. Let's say, the 'another form' has ID NO., SURNAME, FIRST NAME. while the next form to be opened, when the command button is clicked, has ID NO., ADDRESS, and OCCUPATION. How can I...
  5. B

    Viewing the wizard

    My friend is having problem with his MS access which cannot display any window (WIZARD) or pop up window when he create a command button. Even I don't know how to view it since I can view that pop up window. How to view the wizard when we create a COMMAND BUTTON? This is under the form design...
  6. B

    inputting and bounding

    FIRST PROBLEM: I have a table called "FAMILY BG". the fields are as follows: SPOUSE NAME, FATHER NAME, MOTHER NAME AND NAME OF CHILD Obviously, all of the fields can't be more than one but name of child. how can I add more inputs in "NAME OF CHILD" field while the spouse name, father name, and...
  7. B

    connecting records from two different tables

    is there a possibility to connect two different databases??? I mean is, I have a table called PERSON. under PERSON, there are fields called PERSON NAME, BIRTHDAY and ADDRESS. another table is called SEMINARS, under it are DATES FROM, DATES TO and TITLE. I want to combine one of the records in...
Back
Top Bottom