Search results

  1. C

    Using Combo Box as data selection tool

    Hello there, I had create a form and I would also want to include a combo box as a data selection/filtering option. I layout my database in such that it will have a master table containing every piece of information and also a lookup table for profession. Both the lookup tables are available in...
  2. C

    Working with two tables

    :) Hello I wonder how can I obtain a merged information by filtering datas from two separate tables? The following describes my working above; TABLE 1 - DATE, PART NAME, PART NO., QTY & COST TABLE 2 - DATE, DO NO., PART NAME, PART NO., QTY & COST Output = TABLE 1 data merged TABLE 2 data...
  3. C

    Search function

    I had used the Command Button Wizard to create a Find Record / search button for my form. How can I customize the search criteria to only search from the field name Tag & User Name? What I mean here was, I do not want the normal pops-up search Window from Access but my own customize Window with...
  4. C

    Year calculation

    Hello I am a newbie in this forum. I had designed a database with an input form for data entry. I would want to have a field that could perform a year calculation to calculates an expiry date for something. Eg; Date of Purchase -> 01/01/2004 Expiry Date -> **to be calculated 5-years from...
Back
Top Bottom