Recent content by boomerang boi

  1. B

    data in subforms

    any one can help me pls?
  2. B

    data in subforms

    I have 8 different tables for each subform. So as I see, it won't work right?
  3. 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...
  4. B

    FileDialog property

    uhmm, how can I add a reference? Thanks.
  5. 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"...
  6. B

    reinsert data

    where should I put the code? In the FORM B or in FORM A? about the [yourformname] and [yourfieldname], what formname and fieldname should I put?
  7. 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...
  8. B

    getting data

    I just wanna ask my last question and I hope someone can answer it ^^. The only problem is, when I put another record in the second form, the number is the same as in the first record. The two tables are one-to-one relationship, so I want it to change +1 so that it doesn't mess up with my...
  9. B

    getting data

    Thanks a lot Geoff, that really works. The only problem is, when I put another record in the second form, the number is the same as in the first record. The two tables are one-to-one relationship, so I want it to change +1 so that it doesn't mess up with my query. Can someone tell me how to do...
  10. B

    getting data

    Here's some info about my DB. TABLE 1: PI this is a abbreviation for personal info. TABLE 2: FB Family background. I am trying to do is I have a form for PI then if the user is finished to the form, He/She will click a command button that directs to the form of FB. Both tables have...
  11. 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...
  12. 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...
  13. B

    inputting and bounding

    BUMP ^^. just want to get some answers to my questions
  14. B

    inputting and bounding

    ADD to my questions, how can I insert a picture in a form view??? This is like customize by the user and be changed everytime he/she wants
  15. 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...
Back
Top Bottom