Hi Everyone!
I have a form, frmNewTicket, that I would like to add a command button to. Right now, everytime someone goes to add the next entry, they have to re-enter a lot of data. I would like to add a button that will bring up the form for the next entry, but automatically fill in some fields with the same data as the previous entry. For example the form would look like this:
TradeDate SettleDate CUSIP Account#
5/1 5/2 HGL 4444
I would like to click a button here and have it advance to the next entry, but already have certain fields filled in. In this case the TradeDate, SettleDate, and CUSIP. Account# is left blank to be filled in.
TradeDate SettleDate CUSIP Account#
5/1 5/2 HGL
Thanks for any help!
I have a form, frmNewTicket, that I would like to add a command button to. Right now, everytime someone goes to add the next entry, they have to re-enter a lot of data. I would like to add a button that will bring up the form for the next entry, but automatically fill in some fields with the same data as the previous entry. For example the form would look like this:
TradeDate SettleDate CUSIP Account#
5/1 5/2 HGL 4444
I would like to click a button here and have it advance to the next entry, but already have certain fields filled in. In this case the TradeDate, SettleDate, and CUSIP. Account# is left blank to be filled in.
TradeDate SettleDate CUSIP Account#
5/1 5/2 HGL
Thanks for any help!