Recent content by RobMoo

  1. R

    Image attachment field in Combo boxissue

    I have a form with two combo boxes synchronised. I also have an image which needs to pulled into the form and synchronised also before it is output on a report. I am unable to select the attachment field when I run the combo box wizrd. ANy ideas or guidance on how I can synch the relevant...
  2. R

    Question Query not working in subform

    My zipped file is only 6.79MB and Ive tried to upload through IE and Firefox and I keep getting upload failed. And i didn't do anything else whilst the window said wait? Any ideas
  3. R

    Upload of Zipped database failed

    I have a zipped dbase which is 7mb and Ive tried using Advanced manage attachments and I keepgetting update failed? Any reason or any other way to upload?
  4. R

    Question Query not working in subform

    Ive uploaded the DB now. To replicate my issue in the AIRLINE QUOTE sub form,you will need to select an airline from the AIRLINE Combo and then try to select from the TAIL combo
  5. R

    Question Query not working in subform

    its 23MB? How can I post it?
  6. R

    Question Query not working in subform

    Thanks but that hasnt worked... I still get the same parameter box !
  7. R

    Question Query not working in subform

    :confused:My form works fine (I have two combo boxes synchronised on it) on its own but when I insert it as a subform into another form a query I have on a combo box doesnt work. I get the "Enter Parameter Value" pop up box. This is the message "Forms!AirlineQuote.Airline" My main form is...
  8. R

    Adding a new record to a form

    My form is bound to another table called QUOTES and my combo box is attached to to a query. Combo 1 contains a list of airlines and combo 2 contains the aircraft fleet of the selected airlines... so when I select an airline the 2nd combo shows only the fleet of the airline selected in combo 1
  9. R

    Adding a new record to a form

    That won't solve my problem..Ive tried that already
  10. R

    Adding a new record to a form

    This is perhaps where Ive gone wrong... My form is bound to another table called QUOTES and my combo box is attached to to the query Any ideas
  11. R

    Adding a new record to a form

    my rowsource is the query name : FleetComboSync My control source is blank >?
  12. R

    Adding a new record to a form

    One of my combo boxes control source has this query SELECT AircraftFleet.[manufacturer] & " - " & [Name of type] & " - " & [series] & " - " & [registration] AS Manufacturer FROM AircraftOperatorsQuery INNER JOIN AircraftFleet ON AircraftOperatorsQuery.ID = AircraftFleet.ID WHERE...
  13. R

    Adding a new record to a form

    AS a new comer to Access ... how do I bind the combos ?
  14. R

    Adding a new record to a form

    Ive just used the button wizrad
Back
Top Bottom