Search results

  1. I

    Run a Query

    but i need it to run one of my queries... i dont need it to display current time as my code already does that i just need the button which contains the code to also run a query that i had created
  2. I

    Report Page break

    Hello, I am trying to page break my report to have it where the first name and surname of the employee has a separate page with the details of each appointment. I have tried to do it via format on properties but it does not work.. i have attached an image of how the report appears. any help...
  3. I

    Run a Query

    Hello, i have created a button to display the current time ( sign in and out). It works fine with this code Me.field = time$ However i need a code beneath it to run the actual query that will display this time onto the table... im really stuck on how to go about this any advice would be...
  4. I

    Query report

    Hi, I am trying to create a query for the foundations of my report that should display each dentist schedule for each day.. I have done this so far but the query will not run because it says ''data type mismatch in criteria mismatch"... I might be doing the query entirely wrong :( Could...
  5. I

    Creating A report

    Hi, I am trying to create a report for 5 different dentists schedule for their current date ( and also allow a search for upcoming appointments)... i know it requires a query but im not to sure what direction to take as i have never created a report before... What needs to appear on the...
  6. I

    Error message

    oh i understand! thank you it works out now :)
  7. I

    Error message

    Hello, im trying to input some code however this message keeps appearing on submission could someone tell me what it means? thanks:)
  8. I

    relationship confusion

    oh i see! thank you very much:)
  9. I

    relationship confusion

    hello, does anybody know what this means? im quite confused with it. thank you
  10. I

    Button field

    im not sure i understand, but this is what i have and think is what you mean
  11. I

    Button field

    i think i have already done that but the error still occurs
  12. I

    Button field

    Yes, I am using a multi item form :)
  13. I

    Button field

    Hello :) I'm having a small issue with my button.. I need it to input the current time into the field each time it is clicked. At the moment I have it working with the code Me.textfield time$ however the current time stays in all the fields and changes all the fields. I want to know how I can...
  14. I

    Macro Appointment Buttons

    Thanks but i have researched. ive been stuck on it for quite a while. All i was really asking was what type of macro i had to use and explained the situation to make my question clearer and that i was confused with the query....
  15. I

    Macro Appointment Buttons

    Hello, I’m creating a database for a dentist which will sort appointments. In this, I have an appointments form which holds the contents of the appointment for the current date, on this form I need to create 2 buttons, being the sign in and sign out. These buttons require macros with code...
  16. I

    Validation

    Hello, I am trying to create a validation rule for one of my fields.. i want it to be so that the user can not select a date to be on a Sunday.. Any advice would be great. Thank you :)
  17. I

    input mask

    \(999\)0000\-0000!;;# does anybody understand this? Its for a home telephone number:)
  18. I

    Boolean

    oh but the thing is its not a required field in my forms.. how should i go about this?
  19. I

    Boolean

    ha just double checking ;) Thank you :)
  20. I

    Boolean

    Hello, Ive set the limit list to yes but do i really need to do the same for required attribute? because the field is part of a registration form i have created and i did not want gender to be a compulsory field to fill in :) Thanks
Back
Top Bottom