I have simple Form in Access 07. First two fields are Date and time. While I am adding records by using the following procedure in beforeUpdate event
If Not IsNull(Me.PayDate.Value) Then
PayDate.DefaultValue = "#" & Me.PayDate & "#"
End If
I import or copy data from previous record to the first two fields (date and time). The 3rd field is amount, what I want to do is that when I am done with first record and go to fresh page to enter new data mouse curser would bypass the first two fields and go to amount field because date and time fields are already filled. Please help with procedure.
Ken
__._,_.___
Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (1) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar