Search results

  1. H

    Finalising a Database/Preventing more additions

    OK so I'm new to a lot of this but here goes.. I have a database - it has over 1200 records with 35 fields in each record. Once I have finished adding in all the data - I want to be able to use the form I've created to enter the data, as a lookup form, for people to have in front of them - by...
  2. H

    Error with Private Sub and NotInList procedure not working!!!

    I'm trying to run the simple NotInList example provided in the Access2000 help file. The Code is as follows: Private Sub Colors_NotInList(NewData As String, Response As Integer) Dim ctl As Control ' Return Control object that points to combo box. Set ctl = Me!Colors '...
  3. H

    Assigning unique code to each combo box or checkbox

    I wish to assign an if the else procedure to a combo box - I then want to do a similar one to another, but with different variables. Each time I go to assign code it always refers back to the same code, and if I change the code for one - it changes it for all of them - so do I need to create...
  4. H

    Enabling additional fields based on selection

    I have a data entry form, with 30 odd fields in it. One of the fields has a combo box with three available selections. Depending on the Selection in this combo box - I want to "Enable" two other combo boxes for addition information. These are set to disabled as default... All information is to...
Back
Top Bottom