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 Rhinorhino 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: *

  • Users: mdaniele
  • Content: Threads
  • Order by date
  1. mdaniele

    Need to display elapsed time in several fields

    I'm trying to display the elapsed time in days and minutes for the response to a call. On my form, I have a date received field and a time received field (they're not combined into one field because the data is entered from hardcopy at a later time), and a DateCompleted field and a...
  2. mdaniele

    Return a value from a field

    Can someone help me with an expression, for a query criteria, that will return the value of a field called AREA from the active record, (not the active field) in a table called ESTIMATE. I don't know the correct syntax to specify the value of a field in the current record I would be working in...
  3. mdaniele

    Query Criteria Statement?

    That was kinda freaky, I'll repost. I have a query with a LIKE "*" & [ ] & "*" statement in the DESC criteria field. Could someone help me with syntax for another criteria for the query's "SUB" field that will retrieve records based on the value in the table's...
  4. mdaniele

    Programming a really custom toolbar button?

    My query is a simple one, a criteria search that filters all the records in my table based on the [Description] field. I have attached it to a button on my toolbar which allows me to; while I'm looking at my table, hit the button, the parameter request dialog appears, I type in my string, and...
  5. mdaniele

    Programming Custom or Existing Toolbar Buttons

    The query is simple, a criteria search that filters all the records in my table based on the [Description] field. I have a query that I've attached to a button on my toolbar which allows me to; while I'm looking at my table, hit the button, the parameter request dialog appears, I type in my...
  6. mdaniele

    Clear Text from bound textboxes?

    I need to automatically clear?/reset? text fields whenever I either select one of my combo boxes. I don't want to delete any the values in the text fields. Row 1 of my data table is a blank row, can someone tell me the correct syntax to use in the "ON Focus" event of my combo box...
  7. mdaniele

    Need small form to cross ref data

    I have a table with 5 fields of static data: NewProjNum, OldProjnum, Desc, Client, Mgr. I need a simple form that will allow me to type in the New Project Number to Retrieve the old Project Number and related info. Conversely, Id like to also be able to type in the old Project number to...

Part and Inventory Search

Back
Top