A
Alain
Hi,
I would like to modify a line of code by using coding to do it
I have look at the "Module.ReplaceLine" to make it work but cannot.
My goal is to to not open a form if the end user does not want to see it by
checking a checkbox.
the way my db works is
1- open the splash forms to refresh linked tables if need be (FE is on the
end user desktop)
2- close splash and open the switchboard
3- open new form with new information on the db from the swtichboard open
form action (this is the form that need to be opened based on end user
decision)
The other option is for me to create a simple table and insert value when
the checkbox is checked, look up that value and base the open command on that
value but I really would like to expand my knowledge by using the replaceline
function.
Thanks
I would like to modify a line of code by using coding to do it
I have look at the "Module.ReplaceLine" to make it work but cannot.
My goal is to to not open a form if the end user does not want to see it by
checking a checkbox.
the way my db works is
1- open the splash forms to refresh linked tables if need be (FE is on the
end user desktop)
2- close splash and open the switchboard
3- open new form with new information on the db from the swtichboard open
form action (this is the form that need to be opened based on end user
decision)
The other option is for me to create a simple table and insert value when
the checkbox is checked, look up that value and base the open command on that
value but I really would like to expand my knowledge by using the replaceline
function.
Thanks