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 Chris Miller 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. Mando13

    Link Combo Box

    Thanks for clearing that up Bob. The answer to both your questions is Yes. I'd like the combobox to be populated with user names and when clicked then the rest of the text boxes on the form populates with the correct data for that particular employee.
  2. Mando13

    Link Combo Box

    Thanks Ruff but how do i go about doing that?
  3. Mando13

    Link Combo Box

    I have a form which links to a table in MS Access. My form displays all the data and populates every field. Now I'd like an easier way to navigate through all the fields so I added a combo box. The problem I'm having is I cannot get the rest of the data to change when I select a different...
  4. Mando13

    Send Multiple Objects using the SENDOBJECT Method

    Thanks for you help with this...
  5. Mando13

    Send Multiple Objects using the SENDOBJECT Method

    I created a SendObject Method which works wonderfully. It creates an email with a report for every manager with only their data. However I now need to include another report within the same email. Does anyone know how I can accomplish this? DoCmd.SendObject acSendReport, "MONTHLY_REPORT"...
  6. Mando13

    View Database Window

    Thanks. Just asking. Do you know any other ways to bring up that database window? I heard there were a few different ways to do the same thing.
  7. Mando13

    View Database Window

    How can I view my database window if I disabled all the viewable options from the startup menu? I disabled Display Database Window, Display Status Bar, Allow Full Menus, Allow Default Shortcut Menus, Allow Built-In Toolbars, Allow Toolbar/Menu Changes and Use Access Special Keys.
  8. Mando13

    Problem Exporting Report To Word

    I was able to get the full text to export over to Word. I just moved the fields around in the report design view. I made my COMMENT field longer and the whole text exported over with no problem. Don't know why that would be an issue but it worked. Thanks.
  9. Mando13

    Problem Exporting Report To Word

    I'm trying to export my report to Word. Seems simple but when I do export my report to Word my 'COMMENT' Field only exports over 255 characters. The actuall 'COMMENT' Field is a MEMO Type and my query and report both pull in whole field fine. Can anyone help and tell me how I can get the whole...

Part and Inventory Search

Back
Top