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. ASFJEN

    Updating a text box on a Form

    I got it to work. Someone before me had set the control source to a different field on the combo box so that's why it wasn't working. Plus, it wasn't populating the underlying data table. But I followed your code and got it to work along with several other fields on the form. Thank you so...
  2. ASFJEN

    Updating a text box on a Form

    Still not populating anything. I am going to try again tomorrow. Thanks for all your help. I know that there is just something off in what I am doing...
  3. ASFJEN

    Updating a text box on a Form

    Yes, The combo box currently has this code SELECT Clients.[Client#], Clients.[Client Name], Clients.[Payroll Team] FROM Clients ORDER BY [Client#], [Client Name], [Payroll Team]; The 3rd column would be Payroll Team
  4. ASFJEN

    Updating a text box on a Form

    One more quick question, because I think that will work, however how do I get it to recognize the table name Clients in the After update? Because I don't get the error but nothing happens in the text box named payteam. The field name is Payroll Team. Do I have my syntax wrong... Private Sub...
  5. ASFJEN

    Updating a text box on a Form

    Thank you for your response. But when I add that to the after Update I get the error message Microsoft Office can't find the macro 'Me![Payoll Team] = Me!coclient#' I just don't understand.....
  6. ASFJEN

    Updating a text box on a Form

    Okay, so here's my situation, I have created a combo box, where the user selects a client # and then it autopopulates another field. Works great! But now, I have another field that I want to update as well, that is linked to client #. I was trying to do something in the After Update. Here's...
  7. ASFJEN

    WebFocus and Quickbooks

    Has anyone had any experience writing jobcosting and detailed transaction reports to import into Quickbooks. Several of our clients use Quickbooks and we want to be able to write reports that are easily uploaded into their program. Any suggestions, tips, tricks, e.t.c. [ponder]

Part and Inventory Search

Back
Top