User Profile

Collapse

Profile Sidebar

Collapse
mailing
mailing
Last Activity: Nov 14 '06, 04:46 PM
Joined: Nov 9 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • It worked!
    I tried the Macro, it worked. However I need the vb code, so I tried the code.
    (Also, there is a process to convert Macro into vb:
    Go to the macro u want to convert
    click on Tools on menu bar,
    choose Macro, convert to visual basic)

    They are both working.
    Thank you all.
    Cheers
    See more | Go to post

    Leave a comment:


  • Hi,
    Sorry I was not clear... I need to have 2 combo boxes in 2 different fields relating to
    each other.
    For example, person initial and person name: ml is maili.
    The problem is when I created 2 combo boxes on the form, they popup individually;
    how do I make them popup with the same value?

    Thanks
    maili
    See more | Go to post

    Leave a comment:


  • Thanks, I will try it.
    maili
    See more | Go to post

    Leave a comment:


  • mailing
    started a topic {SOLVED} Go to Selected Record in a another form.

    {SOLVED} Go to Selected Record in a another form.

    Hi All,
    I have a cmd button "Details" on a form listing all available records; how do I direct it to the selected record rather than just open a form?
    Below is the code for Open the form I have so far. Thanks for the help!
    maili
    =============== =============== ==
    Private Sub cmdDetails_Clic k()
    On Error GoTo Err_cmdDetails_ Click

    Dim stDocName As String
    Dim stLinkCriteria...
    See more | Go to post

  • Show related fields (from different table) in form

    Hi All,

    I have a Main form which has many different tables/Queries linked to it.
    No problem to create individual field using combo box with pull down list.
    How do I create 2 related fields in this form, ie: Person Initial, Person Name and have both automatically filled in?

    Thanks
    maili
    See more | Go to post
No activity results to display
Show More
Working...