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...
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...
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...
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.