Search results

  1. N

    Field in a form reverting to first item of that type.

    Thanks for all your help :)
  2. N

    Field in a form reverting to first item of that type.

    Thank you! I have done this and I am now getting a Run Time error on my VB 800200009 you must enter a value in the business_acu field I know I have loads of questions I am very grateful for your help :) Thanks
  3. N

    Field in a form reverting to first item of that type.

    Hello, thank you so much for this and your patience :) I do have a primary key and it is the Business_AcU field does this need to be the first instance here; feel I am almost there with it. Thanks once again! :D
  4. N

    Field in a form reverting to first item of that type.

    SELECT tblBAcU.SellingName, tblBAcU.OfficialName, tblBAcU.Business_AcU, tblBAcU.[Short Name], tblBAcU.Continent, tblBAcU.Country, tblBAcU.MainResort, tblBAcU.LocalResort, tblBAcU.System FROM tblBAcU WHERE (((tblBAcU.SellingName) Is Not Null)) ORDER BY tblBAcU.SellingName; column widths ...
  5. N

    Field in a form reverting to first item of that type.

    Both of these I have done and it is still refusing to behave! :confused: Thanks
  6. N

    Field in a form reverting to first item of that type.

    Hello I know I haven't been here a while but I have a nagging issue with a database I administer. We have a form field with individual combo boxes and text boxes set up, it is pulling information in from our source correctly however when attempting to select an item which has multiple values of...
  7. N

    Hello from the UK

    Just thought I would introduce myself, I'm Ollie from the UK :)
Back
Top Bottom