D
desireemm
hello I have been battling this issue for a while now and I need some help
please. From the information I have gather all says that the ADP does not
support the short cut key CTRL +' and I need that feature because the users
like it allot, it saves them allot of time on data entry. So I need to create
a macro or something that will do the same thing. Its like a Ditto key, so I
create an AutoKey Macro that will do the same thing as the CTRL +', anyone
know how I can do that?? or the DLast Function, here is what I found so far
but unsure what to do.
the 10248 is an ID but that can change as the user is entering data, so do I
have to give it a specific ID? Or couldnt I just put the [Parent ID] in there
instead?? Not sure what to do
Dim LTotal As Currency
LTotal = DLast("UnitPrice", "Order Details", "OrderID = 10248")
please. From the information I have gather all says that the ADP does not
support the short cut key CTRL +' and I need that feature because the users
like it allot, it saves them allot of time on data entry. So I need to create
a macro or something that will do the same thing. Its like a Ditto key, so I
create an AutoKey Macro that will do the same thing as the CTRL +', anyone
know how I can do that?? or the DLast Function, here is what I found so far
but unsure what to do.
the 10248 is an ID but that can change as the user is entering data, so do I
have to give it a specific ID? Or couldnt I just put the [Parent ID] in there
instead?? Not sure what to do
Dim LTotal As Currency
LTotal = DLast("UnitPrice", "Order Details", "OrderID = 10248")