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 gkittelson 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. BoSoxFan

    TabControl is saving a record - I don't want it to

    Hi, Thanks for the info. I've tried, in essence, doing what you recommended, but I don't know how to abort the update since I can't find a Tab Control event to put the code into. Here's my scenario; I'm writing a Human Resourses application. I've got the Demographic Header which contains...
  2. BoSoxFan

    TabControl is saving a record - I don't want it to

    I inherited this code and don't quite understand how it works, so please bear with me. I have a main form with a TabControl. The tab control holds about 30 tabs - I guess they're called "pages". On each tab is a subform which holds all the controls. Here's the problem: I enter...
  3. BoSoxFan

    Removing/Deleting a Solution in .NET

    How do you delete a solution in .NET? I can delete a project and solution items, but I want to remove the entire solution.
  4. BoSoxFan

    subform in a collection

    Wow - thanks for the quick response! I'll give your recommendation a try. Happy New Year:-)
  5. BoSoxFan

    subform in a collection

    I'm trying to disable controls on a subform during runtime. However, when I check the forms collection in the Immediate window, only the main form is there. Is there something weird about loading subforms into a collection?
  6. BoSoxFan

    Displaying a comma in a Listbox (value list)

    You're my hero! Yes, that worked - thank you SO much. (And wouldn't you know it was something so easy - I didn't think about the single quotes).
  7. BoSoxFan

    Displaying a comma in a Listbox (value list)

    Hi again, I'm not overly familiar with ODBC myself (I've inherited this code), but I'm pulling data from three different tables on the AS400, then displaying one field from each table in the listbox. Trying to add a new table in SQL Server (it's an Access project) to handle all this would me...
  8. BoSoxFan

    Displaying a comma in a Listbox (value list)

    Thanks for the quick response. I wish it were that simple - I'm actually reading data from an AS400 via ODBC. The problem field is "Job Description" (on the 400), where the description might (but usually doesn't) contain a comma, such as "Accountant, Jr". I've cheated by...
  9. BoSoxFan

    Displaying a comma in a Listbox (value list)

    I'm trying to display a comma (e.g. Spencer, Lori) in one column in an Access listbox via code. I've tried chr(44) and "","" etc. When I run my listbox.rowsource thru the debugger, it appears that my data will be displayed properly (I'm using ; as a delimiter), but Access...

Part and Inventory Search

Back
Top