Field to Field dilemma

  • Thread starter Thread starter Beeyen
  • Start date Start date
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?
 
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?
 
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
 
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
 
Back
Top