Search results

  1. A

    Changing the Data Type of a Calculated field

    I am trying to change the data type of a field in a table from calculated to something else. It gives me the error "this data type cannot be changed once the field has been saved" Is there any work around to this? If not its not the end of the world.
  2. A

    Linking a set of dates for a time sheet

    The project I am currently working on requires me to build a database for checking off if a certain person has submitted a time sheet for a certain date. I have a table for the dates that has the fields "date" and "Submitted time sheet?". The time sheet field is a checkbox. I also have a...
  3. A

    Setting default date value

    I have a button in a form that brings the user to a table to add a new record. I want the feild of "dates" to be automaticlly populated with a value that is 7 days after the previous date in the feild. the code i have currently is Private Sub Command14_Click() DoCmd.OpenTable "Cincinnati...
Back
Top Bottom