Search results

  1. A

    Date help...

    Then add the item from date_1 into ListJ into other form... Something like... ListJ.AddItem (date_1.frmMain) If somebody could correct that I would be deeply thankful. :D
  2. A

    Date help...

    In Access, I'm trying to make it so whenever I type a date into the form, it will add it to the listbox in another form. However, I have two listboxes for January and February. Something like... If date_1 is between 01/01/06 and 31/01/06 Then add this to listboxJ in the other form If date_1...
  3. A

    Ideas...

    Hello people, I wasn't sure where to post this but this section seems appropriate. I apologise in advance if it's in the wrong place! :( I have an AS Computing project to do, and I'm just requesting some ideas of how to go about things. :) The main bulk of the database is complete. Basically...
  4. A

    This is probably really simple!

    Hey guys, I'm just wondering how I could limit a field to using from 2 - 20 letters. If I placed the letter "a", I'd get an error saying how at least 2 letters must be there, and a maximum of 20. How would I do this? Lastly, how can I make it so when I enter data into a form, I can click a...
Back
Top Bottom