Search results

  1. S

    Comboboxes in a form record...

    Hi, I'm pretty new to this stuff and I'm having this odd problem: I've created a tabular form that uses a combobox for each record. The problem is that if I had, say 10 records in the form and I select a value for the combo box of one of the records, all of the combo boxes change to the same...
  2. S

    Creating combobox with unique Month and year entries from a date field in a table

    Hi, Anyone know how to create a combo box that has unique month and year entries from a table (month in one column and year in another - i.e. 2 columns)? I've been able to get the textbox of the combobox to output the correct format using a custom format but it does not affect the combobox...
  3. S

    Adding a new record using with AllowAdditions set to false?

    Hi Thanks! That's gotten me over this hurdle. I realized some other issues have cropped up that I was wondering if you'd know how to resolve: 1. After clicking on the button, a new record gets added properly. When text is typed, another row gets added however - this row "disappears" once I...
  4. S

    Adding a new record using with AllowAdditions set to false?

    Hi, Thanks for the reply. That code would indeed allow people to add a row but then from that point on, the user would be able to continue adding, without a button. I've tried enabling allowadditions, add a row, and then disabling for the command button code, but it does not work...
  5. S

    Adding a new record using with AllowAdditions set to false?

    Hi, Is it possible to add a new record thorough VBA (for a command button) with the AllowAdditions property set to false? I only want new records created if this command button is pressed. TIA!
Back
Top Bottom