Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TruthAndBeauty

    Adding All to a combobox list

    I want the list to include an "All" option to my combo box listing. My combo box source is a select distinct EmplType from tbl_Emp. I want the combo box to capture type from a table rather than hard code the listing. I prefer not to use a list box but perhaps it's a limitation...
  2. TruthAndBeauty

    Is there a TREE listing object/funtion

    I know Access has switchboards and tabs, but is there a tree (expandable/collapsible) I can provide the user to navigate around the application. I've searched on "Tree" in Help and Tek-tips but nothing come up. Thanks
  3. TruthAndBeauty

    Rearrange tabular frm/rpt on the fly

    Say I have a canned, 20 column tabular form/report. The user wants a simple GUI that allows them to rearange the report. The users doesn't want to design or create a newform/ report they just want a subset or different view of this one. The users get .mde or .ade files. Simply letting the...
  4. TruthAndBeauty

    Well, I'm looking at using Crystal

    Well, I'm looking at using Crystal Reports for my web reporting too within my organization (1000 staff). It will be on an intranet, not and internet. I'd like some opion on my strategy. -10 true report developers ( not users) -The reports are targeted at the 150 managers but accessable to...
  5. TruthAndBeauty

    continuous frm - value determine cntrl bkcolor

    Afternoon, I need for each record in a continous form to dispaly a color (1 of 4) reflecting a value associated with the record. I've research and experiemented but ...no go. Perhaps you know a solution. Scenario: Table1 has only three fields: rec_num (value:autonumber)...
  6. TruthAndBeauty

    Cancell Update event

    Hi folks. Scenario: Continuous form. Each record has one editible field, a date field bound to a table. The user enters a invalide entry into record #1 and immeidately clicks on the entry field on record #2...
  7. TruthAndBeauty

    Find a backup file with timestqamp name in its name

    My SQL database ("Site1db") is backed up to disk and automatically given a name that includes a timestamp (i.e., Site1db200201222130.bak"). I want to use the latest backup file forsite1db to restore a similar db ('Site2db") at a different location. To setup a job to restore...
  8. TruthAndBeauty

    Need form to show recordset data?

    How do I get a form's to show data from a recordset? I'm working with Access 2000, ADO, connections and recordsets(rst). I can populate and navigate a rst several different ways. I can append rst data to a table for use by queries, forms, reports, etc.; however, I read that a form, unlike a...

Part and Inventory Search

Back
Top