473,386 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Repeat value of previous record field into current corresponding field

Hi
I've been using the 2 year old link below to repeat values from previous record field into current corresponding field. It's worked fine for text but the last piece of advice was to use the same logic for a date field. i.e.

theValue.defaultvalue = "#" & theValue.value & "#"

I can't get this to work for some reason and I can't figure out why. Can anyone out there help?

Thanks

Repeat value of previous record field into current corresponging field
--------------------------------------------------------------------------------

Something really common I'm sure and I'm surprised it's not just a field
property option.

The previous record's field value can be retrieved and copied into the
current corresponding field by the operator hitting CTRL+APOSTROPHE on the
new field but I would like this to occur with the user having to strike any
keys.

Suggestions?

Thanks,

Loren




--------------------------------------------------------------------------------

Report
Bas Cost Budde
Guest
n/a Posts November 13th, 2005
06:07 AM
#2


Re: Repeat value of previous record field into current corresponging field
--------------------------------------------------------------------------------

lorendi@internet.com wrote:[color=blue]
> Something really common I'm sure and I'm surprised it's not just a field
> property option.
>
> The previous record's field value can be retrieved and copied into the
> current corresponding field by the operator hitting CTRL+APOSTROPHE on the
> new field but I would like this to occur with the user having to strike any
> keys.[/color]

It *is* a field property.

In the AfterUpdate event of the control (let's say it is called
theValue), put

theValue.defaultvalue = theValue.value

If theValue is text, do this:

theValue.defaultvalue = "'" & theValue.value & "'"

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea


--------------------------------------------------------------------------------

Report
Guest
n/a Posts November 13th, 2005
06:09 AM
#3


Re: Repeat value of previous record field into current corresponging field
--------------------------------------------------------------------------------

On Mon, 06 Dec 2004 08:11:42 +0100, Bas Cost Budde
<b.costbudde@heuvelqop.nl> wrote:
[color=blue]
>lorendi@internet.com wrote:[color=green]
>> Something really common I'm sure and I'm surprised it's not just a field
>> property option.
>>
>> The previous record's field value can be retrieved and copied into the
>> current corresponding field by the operator hitting CTRL+APOSTROPHE onthe
>> new field but I would like this to occur with the user having to strike any
>> keys.[/color]
>
>It *is* a field property.
>
>In the AfterUpdate event of the control (let's say it is called
>theValue), put
>
> theValue.defaultvalue = theValue.value
>
>If theValue is text, do this:
>
> theValue.defaultvalue = "'" & theValue.value & "'"[/color]

Ah yes, that did it!

Thank You very much.

LB


--------------------------------------------------------------------------------

Report
Guest
n/a Posts November 13th, 2005
06:59 AM
#4


Re: Repeat value of previous record field into current corresponging field
--------------------------------------------------------------------------------

On Mon, 06 Dec 2004 16:36:24 -0600, <lorendi@internet.com> wrote:
[color=blue]
>On Mon, 06 Dec 2004 08:11:42 +0100, Bas Cost Budde
><b.costbudde@heuvelqop.nl> wrote:
>[color=green]
>>lorendi@internet.com wrote:[color=darkred]
>>> Something really common I'm sure and I'm surprised it's not just a field
>>> property option.
>>>
>>> The previous record's field value can be retrieved and copied into the
>>> current corresponding field by the operator hitting CTRL+APOSTROPHE on the
>>> new field but I would like this to occur with the user having to strike any
>>> keys.[/color]
>>
>>It *is* a field property.
>>
>>In the AfterUpdate event of the control (let's say it is called
>>theValue), put
>>
>> theValue.defaultvalue = theValue.value
>>
>>If theValue is text, do this:
>>
>> theValue.defaultvalue = "'" & theValue.value & "'"[/color]
>
>Ah yes, that did it!
>
>Thank You very much.
>
>LB[/color]

The above event/code worked fine for a text type control but not for a date
type. Can someone please tell me what to use to propagate a date field?

Thanks.


--------------------------------------------------------------------------------

Report
jv
Guest
n/a Posts November 13th, 2005
07:00 AM
#5


Re: Repeat value of previous record field into current corresponging field
--------------------------------------------------------------------------------

same concept, except with # signs
theValue.defaultvalue = "#" & theValue.value & "#"
Apr 17 '07 #1
1 4317
MMcCarthy
14,534 Expert Mod 8TB
This questions is being moved to the Visual Basic forum.

ADMIN
Apr 17 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jack | last post by:
Hi, I have a checkbox the value which goes to a database via a asp page that builds the sql string. In the front end asp page, the checkbox code is written as follows: <i><input...
4
by: Gene | last post by:
When entering a record in a form, I would like a value in a field of the previous record to be entered automatically into a different field of the current record. Which way should I go? Is it also...
3
by: William Wisnieski | last post by:
Hello Again, I'm really stuck on this one.....so I'm going to try a different approach to this problem. I have a query by form that returns a record set in a datasheet. The user double...
3
by: Phil | last post by:
Newbie to Access so am having a BIT of difficulty. I am trying to get a field value in a new record to equal the value of the same field of a previous one. For instance, Field1 + Field2 =...
4
by: | last post by:
Something really common I'm sure and I'm surprised it's not just a field property option. The previous record's field value can be retrieved and copied into the current corresponding field by...
2
by: MLH | last post by:
Fields in MyTable: PostID PostDate RollQtyXfer RollDenomination RollCount37 RollCount23
17
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I get the value of a form control? -----------------------------------------------------------------------...
8
by: Jeff | last post by:
A client wants a press of the Enter key in a field on a continuous form to grab the value of that field from the previous record. But if they have typed a value and then hit Enter it shouldn't. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.