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

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

    Excel problem

    I have a question about MS Excel. I want to create a spread sheet that is interactive and flexible with a user. Want I want is to prompt a user for data input and have it create a new ROW with the data under a certain section. First I do not know how to prompt users for data. Second I am...
  2. nakedbamboo

    How to trap an error number?

    I am trying to remember the way to get an error number so that I can figure out how to skip it if it comes up.
  3. nakedbamboo

    Question about some ComboBox code

    I have a combo box where the user chooses the state. I would like to have it act like the combo box everyone is familiar with where if you hit the same letter, it cycles through the choices in that letter. For example, if I hit "O" twice I want it to cycle to Oklahoma instead of typing...
  4. nakedbamboo

    Anyway to eliminate error system messages?

    I have a button that outputs a query to a saved file by asking the user where they would like to save it. The code is: DoCmd.OutputTo acOutputQuery, "Search", acFormatXLS, FileName If the user clicks cancel to saving it, a message comes back saying "Output was canceled." Is...
  5. nakedbamboo

    Selecting from a combo box

    I have a combo box where the user chooses the state. I would like to have it act like the combo box everyone is familiar with where if you hit the same letter, it cycles through the choices in that letter. For example, if I hit "O" twice I want it to cycle to Oklahoma instead of typing...
  6. nakedbamboo

    Combo Box Question (How to cycle through choices?)

    I have a combo box where the user chooses the state. I would like to have it act like the combo box everyone is familiar with where if you hit the same letter, it cycles through the choices in that letter. For example, if I hit "O" twice I want it to cycle to Oklahoma instead of typing...
  7. nakedbamboo

    Query That Sometimes Works?

    I have a query that I am trying to get to work. I had it working perfectly until I added a piece and I would like to figure out why it is not working. Below is a snippet of the query that uses a form as its source. (((Alumni.CurrentCity)=[Forms]![AlumniSearch]![CurCity])) OR...
  8. nakedbamboo

    How do I show query results in a form?

    I am sure this is easy to do, but I can't find any reference to it. I am trying to run a query and instead of displaying the results in tabular form, open up a form to browse the records one at a time. I cannot figure out how to open the form and put the results into it. At the same time I am...
  9. nakedbamboo

    Open form to browse query results

    I am sure this is easy to do, but I can't find any reference to it. I am trying to run a query and instead of displaying the results in tabular form, open up a form to browse the records one at a time. I cannot figure out how to open the form and put results into it. At the same time I am saving...
  10. nakedbamboo

    Question about the efficiency of some code.

    I am trying to create some code that will search records to see if a person has already been input into the database. I have got the following code to do what I am trying to do, but I am curious if it is the most efficient way. I have a gut feeling it will be slow as the database becomes large...
  11. nakedbamboo

    Question about subforms

    I am making a database that has entries of people. For each person, I am trying to make a section where the user can enter notes on that person, save the record, come back at a later time and enter more notes. I would like to have each note shown as a journal-type entry such as: Oct. 29...
  12. nakedbamboo

    How to provide a date that a record was last updated?

    I would like to include a field or some text or something that would show up on a form that would let the user know when the record was last changed. What would be the best way to go about doing this? How would I include the date of update with the record and what would be the best way to...
  13. nakedbamboo

    User Input for Saved File Destination

    I have a form that users use to run a search on the records depending on criteria they select on the form. The search button outputs the result to an excel file. I have all that working fine now. What I would like to know is if it is possible, when the user clicks the button, to have the generic...
  14. nakedbamboo

    Query by Form Questions

    I am making a query from a form based on the Microsoft example, http://support.microsoft.com/default.aspx?scid=kb;EN-US;210242, and everything is working well except for a few fields. Does a query by form only work with text boxes? I have some option buttons and a combo box that I would also...

Part and Inventory Search

Back
Top