In need of help for 2 more form controls

B

BMS

I have created a small helpdesk form for my users. I
added a "Due By" textbox and set the value to Date. Now,
the default keeps coming up as NONE in the textbox,
although you can remove it and keep going. How do I make
it come up blank each time?

Also, is there a way to create a read-only textbox such
as "TICKET #" and have it increment the number each time
someone uses it? Or is a connection to a small DB in the
background necessary? Thanks!!
 
S

Sue Mosher [MVP-Outlook]

You can't. Outlook always shows None for a "blank" date although it actually
stores the value #1/1/4501#.

To have a set of sequential numbers, you have to get the next number from
somewhere. A database table with an autonumbering table is a good solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top