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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sahaitu

  1. sahaitu

    Create Custom Access Icon

    Greetings: Does anyone know how to assign an icon for the desktop, etc. for Access? Thanks, Sahaitu
  2. sahaitu

    Adding "ALL" to My Combo Box

    This sounds great. Quick Question: How will I include the selection "All" in the combo box? Thanks
  3. sahaitu

    Adding "ALL" to My Combo Box

    Greetings: I have scoured the internet and gotten several useful tips from the experts here, though, I still have the same problem. I have a form with a combo box with a rowsource connected to tblState which is a simple state lookup table. The rowsource is as follows: SELECT...
  4. sahaitu

    Text Box - Can Grow, Not Working

    Thanks again...
  5. sahaitu

    Text Box - Can Grow, Not Working

    I have two text boxes on a form. I have requested that they both grow and shrink. When the information is returned on the form, the boxes do not grow or shrink. They are both attached to memo fields. Can anyone help? Thanks in advance. Sahaitu
  6. sahaitu

    Sizing forms to fit screen

    Thank you so very much, both of you... Sahaitu
  7. sahaitu

    Sizing forms to fit screen

    Greetings: Is anyone aware of a simple way to format forms to fit a screen anywhere from 800 x 600 to 1024 x 768? Any help is appreciated... Sahaitu
  8. sahaitu

    Bookmarks and the UNION SELECT

    Okay, I see. Thank you. One more quick question though. I have changed the code to reflect what you have provided. The "<ALL>" selection works only if the case has a state ID of 1, (Alabama), so, essentially, I still have the same issue. "<ALL>" is only pulling states with a state ID of "1"...
  9. sahaitu

    Bookmarks and the UNION SELECT

    Thank you so much. I do have one problem though: The code has gotten rid of the Run-Time Error. Though when I select "ALL" from the drop down list, I only get cases listed for "Alabama", which is the first state in my list. I have the following code for the combo box: SELECT...
  10. sahaitu

    Bookmarks and the UNION SELECT

    Greetings: I have a form that I would like to filter based on a selection in one combo box. I used the "Filter the Form Based on My Selection" wizard. I have the following code in the combo box: Private Sub Combo4_AfterUpdate() ' Find the record that matches the control. Dim rs As...
  11. sahaitu

    One Form, Two Tables, Two Servers

    Thank you sooo very much....
  12. sahaitu

    One Form, Two Tables, Two Servers

    Thank you for your reply. Could you please explain a bit more...
  13. sahaitu

    One Form, Two Tables, Two Servers

    Greetings: I have a database with a table stored on the backend and a shared server. These tables are linked to a form. I would like to have the information inputted into the form placed into tables on the shared server and tables on a more private server. I guess I forgot to mention, the...
  14. sahaitu

    Two Tables, Two Servers, One Form

    Greetings: I have a database with a table stored on the backend and a shared server. These tables are linked to a form. I would like to have the information inputted into the form placed into tables on the shared server and tables on a more private server. I guess I forgot to mention, the...
  15. sahaitu

    Storing Information in Two Separate Tables

    I guess I forgot to mention, the information I want stored on both tables is the same, it's duplicative. For instance, I want to store the staff name and ID entered into the form on the table on the shared server as well as a table on the more secure server. The information has the same PK...

Part and Inventory Search

Back
Top