Trying to add a textbox into an existing form that will update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coxdpcl
    New Member
    • May 2014
    • 1

    #1

    Trying to add a textbox into an existing form that will update

    I have a form that when I open the database it automatically update to a new weekending date. I need to add another textbox to update to a new quarter when I open the database. How can I add this to an existing form.
  • GKJR
    New Member
    • Jan 2014
    • 108

    #2
    Try adding a text box and type "q" (without the quotes) in the format property on the Format tab and "Date()" in the default value on the Data tab. Even though q isn't on the drop down list Access automatically knows that this is the format for the 'Quarter in the Year' of a date value.
    Last edited by GKJR; May 2 '14, 03:10 AM. Reason: Careless mistake sorry - changed Properties tab to Date tab

    Comment

    Working...