Search results

  1. C

    Appointments

    I want to create a form where I can choose a date in a text box, a staff member in a List box and in the last box it shows the available times. It is linked to an appointment query to check data and a staff list table. I am working on the basis of only having three time slots. I have got as far...
  2. C

    Combine Crosstab Query

    Hello. I have two crosstab queries. One shows the clients and a count of Types, and the other shows the clients and a count of products. Both queries shows me the right information, but I would like to combine them so it looks similar to the attachment. I have looked at the microsoft help, but...
  3. C

    Command Button to Populate Subform Table

    Thank you for the replies. Urm, not to sure how to code either of them though. Any examples would be great, or a link to any sample databases. Thank you
  4. C

    Command Button to Populate Subform Table

    I have a customer database form with a subform of transactions. I would like to put a command button on the main form to populate a new record on the subform. My goal is to automatically add vouchers of a specific amount without having to enter the data. Any help would be much appreciated...
  5. C

    Question Record Text Colour based on Combo Box

    Thank you for your reply. My data on the form is is a datasheet format. Conditional formatting does work, but I have 11 conditions, so needs to be coded. The code you provided, unfortunately doesn't seem to work. I don't know if this is because it is in a datasheet view or what. Although it...
  6. C

    Question Record Text Colour based on Combo Box

    I have a Form in table view, and I want the record colours to be based on the combo box of that record. Is this possible??
Back
Top Bottom