Default value in form report

DBA

New member
Joined
Nov 11, 2011
Messages
2
Programming Experience
1-3
I have a form that runs a report to pull info. (Not sure if this is even the correct subforum to put this on)
And what this query is supposed to do pull info from combo box based on the start and ending numbers of orders for customers, but what I want to do is default the ending number to be what the starting number was as soon as the starting number is entered, but allow the user to change that if they want. I just want to make sure that it has a value. I tried to set the field to required, but that doesn't seem to be doing the trick. Any ideas?
 
I'm sorry but your request is not very clear. I will take a guess that you want to populate the end number textbox with the numbers entered into the start number textbox. To do this, you will need to create an event handler for characters entered into the the start textbox and put those characters into the end textbox on each keystroke.
 
Back
Top