Search results

  1. C

    Validate one field in form based on query

    I'm not that good in VBA and trying to get this figure out if you can help with a code or Macro. Attached you can find example of what I'm trying to do. The database have two tables. tblDrivers: with list of all drivers and license expire date tblJourney: Where the journey information is added...
  2. C

    Checkbox Query by Form

    I have a query to be run by form that contain yes/no checkbox and cannot get it right to function. I did all the combo and text boxes as explained in other thread but couldn't find a way to do the checkboxes.
  3. C

    Custom Row Heading Sorting in Crosstab Query!

    [SOLVED] Custom Row Heading Sorting in Crosstab Query! Hi, Been searching this and tried everything I know with no luck I have a table name tblOrder with field OrderID , OrderType and OrderStatus I created a crosstab query to group by OrderType and count the total of orders, opened orders...
  4. C

    Combo Box value quick selection via double click

    I'm trying to have this done but couldn't :( I have multiple combo boxes in a form and I want the user to select the values (Active/Not Active) with double click instead of click and look-up for the value and another click again to select it. Any comments?
Back
Top Bottom