Search results

  1. J

    Changing the destination table based on a combobox selection

    Hi guys, I'm stuck trying to solve this:banghead:, I have a form to entry data for daily production this data goes to a table called Cases, the table cases doesn't allow duplicate case numbers so far so good. Now I have a combobox with values A B and C and I need to be able to save the data...
  2. J

    Combobox "All" option code

    Hi guys, I have a question with comboboxes I have "combo7" with 3 option A B and C, I added an "All" option with UNION SELECT "<All>" But now I'm stuck on how to process that "all" selection, I got this so far Private Sub YourCombobox_AfterUpdate() If Me.Combo7= "<All>" Then and Im...
  3. J

    Changing data source based on a combobox

    Hi guys, I'm trying to create a data entry form based on comboboxes, and Im having a really hard time finding a solution for this, I apologize in advance for my lack of vocabulrry but Im new to access. Here is the situation I have a combobox named "Topic" with 5 values, when I hit save all the...
  4. J

    Hello from Costa Rica

    Hi Guys, I just started working with access with a small case handeling DB for my job hehe For the moment I do have a lot of questions :banghead: and I'll really appreciate any help that you can provide. Hopefully Ill be able to also help others soon. :D
Back
Top Bottom