Search results

  1. C

    How to attach Combobox two an unbound form

    if you put the start date and end date and you press preview you get a report with all customers in that period of time. I need to filter thereport for one single customer choosing the customer from the combo box customer details. the combo box is not attched to anything
  2. C

    How to attach Combobox two an unbound form

    I canceled few form to get to this size. I have attached both database back end and front end
  3. C

    How to attach Combobox two an unbound form

    It is still big even I compress it first and ziping it 833 kb
  4. C

    How to attach Combobox two an unbound form

    The database is ziped because it is unziped size is 3.33 MB
  5. C

    How to attach Combobox two an unbound form

    the forum limites is 750 my database is bigger 1.25 I can not send you my database through the forum my e.mail is cmaurello@hotmail.co.uk if you can send me an e-mail and I can forward you my databse
  6. C

    How to attach Combobox two an unbound form

    Hi I have attached the database, this databse is working with back end and front end databse. You should opne the jmaur03_d3fmaFE that FE is for front end. the form I am inquiring about is the form OrderByCustomer.... Many thanks
  7. C

    How to attach Combobox two an unbound form

    If I put first column o and second to 1, I can only see the customer name but it give me error that I should put a number there... what do you mean? Make sure ID is in the first Column and that it is also the bound Column. I am not able to make it work. my form has not data in the form is...
  8. C

    How to attach Combobox two an unbound form

    I have form that has on calendar control that i select the date for two text box that are the start date and end date, the two text boxes (start and end date) are connected to the queries buy a parameter in the Date fields: Between [Forms]![frmOrderByCustomer]![txtBeginDate] And...
  9. C

    How to open an Automation Word Document from a command button of a form

    Dear All, I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database. This is the code: Compare Database Option Explicit Private objWord As Object Private...
  10. C

    How I can open Word document using Automation from my Access Database

    Dear All, I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database. This is the code: Public Function CreateWordMemo() ' Open memo in Word and insert text...
Back
Top Bottom