Search results

  1. F

    Finding Clashes

    I have a small database that acts as an events diary for our arts venue. I have fields for event name (text), date, and one for each of our spaces (with a check box). I have a query that can tell me if there is more than one event on any one day - but what I would really like is to be able to...
  2. F

    Nice and Easy Weekday Question

    Hi there, I'm trying to get my form to generate the weekday from the date entered. I can only get it to display the weekday as a number eg. 1 for Sunday. How can I get it to say "Sunday" instead? Thanks in advance, Fiona
  3. F

    Save or Cancel Prompt

    I Expect there is a really simple answer but I am quite new to this so please bear with me. On one of my forms I have put in code that prompts the user to save or cancel the changes on closing. I am using a simple If Me.Dirty statement and I have put it in the On Click property of the Close...
Back
Top Bottom