Field to Field dilemma

B

Beeyen

Good Day,

I ‘m not quite sure how best to approach this but I have two different tabs
in a mainform. On tab 2, in field 1, I have the date being entered (when
selected through a radio button).

What I would like to happen is; when the date form on Field 1 (Tab2) is
entered, the same date is automatically entered into field2 on Tab3. The
idea with the two fields and the date entry, is one field represents the end
date of an action and the same date is the beginning date of another.

I have read a bit on this and it seems linking is not the way to go. Any
suggests for how this should be coded, would be greatly appreciate?
 
B

Beeyen

Good Day Mr Jonathan,

Thank you for the quick response. I place the suggestion as you mentioned
as follows:

Both fields are bound
Field 1 = CompletedProduction
Field 2 = RecievedfromProduction

I recieved no response in Field 2. Any Ideas?
 
J

Jonathan

Beeyen said:
Good Day Mr Jonathan,

Thank you for the quick response. I place the suggestion as you mentioned
as follows:

Both fields are bound
Field 1 = CompletedProduction
Field 2 = RecievedfromProduction

I recieved no response in Field 2. Any Ideas?

Hi Beeyen,

I suggest that you put a break point on this line and use the imediate/debug
window to step though your lines of code and check the values in these 2
field.

Luck
Jonathan
 
B

Beeyen

Thanks again. I figured it out!

Jonathan said:
Hi Beeyen,

I suggest that you put a break point on this line and use the imediate/debug
window to step though your lines of code and check the values in these 2
field.

Luck
Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top