Search results

  1. O

    Restricting the number of items in a combobox

    I like to manage some records in a table, based on the date the record was entered. Therefore, I use a combobox with a query based on this table as rowsource . The only field in the query is the field that holds the date the order was entered. A lot of these records are entered on the same...
  2. O

    Strange behavior

    To retrieve attachements from Emails into my database i use a procedure of wich a part is given below. Most of tHe time this code works fine, but now and then, for reasons i can't figure out i get a errormessage telling me that there are type mismatched. That happens when the execution of the...
  3. O

    putting a field of type date in a criterium

    Thank you for the help
  4. O

    Group control on form doesn't work

    thank you for the help!
  5. O

    Group control on form doesn't work

    Thank you for the help, but unfortunatly, the problem remains the same. Any other suggestion ?
  6. O

    Group control on form doesn't work

    i like to use a form to manage clients and ex clients. With this goal i have a group control on my form with the following code: Private Sub GrpKeuzeKlant_AfterUpdate() If GrpKeuzeKlant = 1 Then Me.Filter = "me!chkboxExKlant = 'False'" Else Me.Filter = "Me!chkboxExKlant = ' True'" End If If...
  7. O

    Green marks on controls

    I like to thank you for the help
  8. O

    Green marks on controls

    On my ms Access form in design mode i see that some controls have a small green rectangle on the upper leftconer of the control. What's the meaning of this ?
  9. O

    Using the runtime version of ms access 2007

    thank you for the help and the quick response! I only wonder if the way things go on in ms Access 2003 are the same for ms access 2007? In ms acces 2007 there's no mda file nor mdb files. Here we speek about accdb files ,accde etc
  10. O

    Using the runtime version of ms access 2007

    Maybe i didn't formulate quiet well my question. I know what's the purpose of the runtime, but what i don't know , how can make use of the program " Access runtime.exe" that i downloaded from internet? I can't figure out where on my harddisk this program is been installed,and how i can launch...
  11. O

    Using the runtime version of ms access 2007

    I use ms access 2007 , and downloaded and installed the Access runtime version. But now my question is: How can i make use of the runtime version? Where is this download installed , I can't figure out where it is to befound and how to launch. What to do to make a runtime version of my Access...
  12. O

    putting a field of type date in a criterium

    I know when a date as e.g 15/09/09 must be enterd in a criterium, the date must be surrounded by #. But how do you write a string criterium that reference a field , e.g. "Periode" , that must contains a datevalue = equal the contents of a variable of type date e.g. dim datum as date
  13. O

    MS ACCESS - Putting a image on a button

    Thank you for the help
  14. O

    Grouping data in a report based on a boolean field

    Thank you very much for the help. I wish you all the best for 2009 and a lot of fun with computing. Greetings from Belgium
  15. O

    MS ACCESS - Putting a image on a button

    In order to dress up a form, i like to foresee the buttons on my forms of a image .How can it done to choose a image , out of the serie that is made disposable in MS ACCESS, and put it on a button? Must these images be icons or jpegs or tiffs and of what kind of resolution.
  16. O

    Grouping data in a report based on a boolean field

    In a report , two type of productitems has to be displayed: dangerous and non-dangerous products. The difference between this two type of products is determined by the field "ADR' present in each product record which is of type "boolean". For dangerous products the field "ADR" is True, for all...
Back
Top Bottom