PC Review


Reply
Thread Tools Rate Thread

Copy Paste - Subform

 
 
K
Guest
Posts: n/a
 
      12th Aug 2008
Hello,

I have a subform call frmRates. In this form I have a field called OD. On
Got Focus how do I program it to take the previous records OD number entered
by the user and copy it to the next record OD field?


 
Reply With Quote
 
 
 
 
K
Guest
Posts: n/a
 
      12th Aug 2008
Here is what I tried but it does not work


Private Sub OD_LostFocus()
If IsNull(OD) Then
OD = Forms!frmMain!frmRates!OD
End If

End Sub

"K" wrote:

> Hello,
>
> I have a subform call frmRates. In this form I have a field called OD. On
> Got Focus how do I program it to take the previous records OD number entered
> by the user and copy it to the next record OD field?
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy and Paste problem using continuous forms subform Nos Microsoft Access Form Coding 1 27th Mar 2009 08:01 PM
copy/paste from a subform into and excel sheet!! =?Utf-8?B?YXJyYW4xMTgw?= Microsoft Access 0 2nd Oct 2006 05:56 PM
Copy/Paste in Subform - Limiting columns Max Yaffe Microsoft Access Forms 4 22nd Aug 2006 08:06 PM
Copy and Paste subform records =?Utf-8?B?QWw=?= Microsoft Access Form Coding 3 8th Nov 2005 03:37 AM
Help with Copy/Paste in subform Max Yaffe Microsoft Access Form Coding 4 20th Sep 2005 08:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:12 AM.