Recent content by Anthrax

  1. A

    Changing the Data Type of a Calculated field

    Thanks, solved it. The reason I'm wanting to change the data type is because I want to stay away from calculated.
  2. 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.
  3. A

    Linking a set of dates for a time sheet

    One more question, how do I get historical dates to show up so I can input old data all at once? What I mean is that its more rare for an employee not to submit a time sheet so I want it do default to showing up as submitted.
  4. A

    Linking a set of dates for a time sheet

    That was helpful in getting a few things sorted out but I'm still confused as to why I don't need the Boolean field. How would somebody mark whether or not a persons time sheet was submitted? EDIT: never mind after looking at it and inputting data I understand why. Thanks a lot.
  5. 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...
  6. A

    Setting default date value

    Id really like to normalize the database better, trust me I would. I really am just having trouble meeting the functional requirements that have been given to me with a properly normalized database.
  7. 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