Recent content by mtimbol

  1. M

    need help with (sort of) a search engine

    solution to my problem: Like "*"&[textbox name]&"*"
  2. M

    need help with (sort of) a search engine

    Hi I have a table with fields names such as Company, products, etc. I need help on how to make a form which works like a search engine, to retrieve records in my products column. I was planning to make an unbound text box with a command button beside it. The user enters the keyword in the...
  3. M

    help with "DoCmd.OpenForm"

    Please help me... I have a form which is made up of: Main Form: Company Profile Form Fields: Company Name, Address, Phone no. Sub Form: Transactions Form Fields: Company, Transaction Date,Transaction Type, Amount. I want to make a main form containing the fields from The Company...
  4. M

    prompt for inclusive dates on a form

    I see. Can you give me details on how I can go about doing this?
  5. M

    prompt for inclusive dates on a form

    Please help me... I have 2 tables: 1. Company Profile Table Fields: Company Name, Address, Phone no., etc 2. Transactions Table Fields: Company, Transaction Date,Transaction Type, Amount, etc. I need to put this in a Form which contains the fields of the "Company Profile Table" and...
Back
Top Bottom