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 wOOdy-Soft 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: Grounded
  • Content: Threads
  • Order by date
  1. Grounded

    Data displayed in a matrix?

    Another in the continuous stream of problems. I have a table with three fields: Oil_distribution, oil_width, Oil_character. There are 5 predefined values for distribution and 4 for width. This means that there are 20 possible combinations of the two and each combination is assigned a character...
  2. Grounded

    Access control from public function with variables ?

    This should be simple: I double click in a text box on a form. The event triggers a public function in a separate module and passes the current form with ME. I want to take the value in the box convert it from feet to meters and return it to the box. Here's the function: Public Function...
  3. Grounded

    Combo Box - Getting around limit to list error and acDialog

    I have two forms - one enters info about people. One enters info about organizations. when entering a person you choose an organization for them. If you type in on that isn't on the list then i fire this code: MsgBox "Organization not in list - would you like to add it?", vbOKCancel, "Not on...
  4. Grounded

    Date / Time Query - come out blank?

    Ok, so i have a field - dater - that stores date/time values in the standard way - 38362.931065 - for example. I need to be able to query this field by date only. I have read a bunch of 'solutions' and tried them. they all produce blank results when querying for dates that do exist in the data...
  5. Grounded

    Many to Many Queries / Filters

    I have data in three tables in a many to many relationship. Right now i am just trying to get a sample database working before i implement it on a larger scale with our current project. I have people in one table Colors in another table and a link table between them. I have a People form with a...
  6. Grounded

    Synchronization - Conflict Viewer won't show the conflicts

    OK, so i have been using replicated databases for a couple years and have never had this happen. I have a database master on my machine and a co-worker has a replica on his machine and on a thumb drive. The drill is that he synchs to the thumb drive and then i synch to it and we are both up to...
  7. Grounded

    Word - Printing Color in embedded excel workbook

    Maybe I am missing something. I have an excel workbook in a word doc - embedded object. In that object i have highlighted cells and colored text. When i print - to a color printer OR PDF - the highlighting prints fine but the colored text prints black. What am i doing wrong??? ian
  8. Grounded

    Selecting all the text in a text box

    When i click in a text box the first time i would like all the text in the cell selected (so that the user can simply start typing to replace all the text if they choose). when the user clicks the second time i'd like them to be able to edit where they click. This functionality is similar to...

Part and Inventory Search

Back
Top