Search results

  1. N

    Populating multiple fields in form after making selection in combobox?

    Thank you Bob! I needed a quick fix. I inherited the project from a client that had a contractor leave things incomplete and not very well designed. My solution to my problem is ok, even with duplicated data, as the new table will be used to print out badges and whatnot. Some of the fields...
  2. N

    Populating multiple fields in form after making selection in combobox?

    ok, solved the problem. Each field should be bound normally to the appropriate column in the destination table. On my combobox, I open the property sheet, go to the event tab, and then select [Event Procedure] for After Update. I added: Private Sub NewspaperSelect_AfterUpdate()...
  3. N

    Populating multiple fields in form after making selection in combobox?

    My apologies if this is answered elsewhere. Access 2007 Tables: tblNewspapers, tblConventionReg I have a form for entering/editing new registrations for a newspaper convention. All of the relevant information for each regional newspapers is in tblNewspapers, and all of the registrations are...
Back
Top Bottom