M
Martin
Hi,
Is it possible to assign a value to a text control on a report during the
report_open stage, I know I can assign the value to a label but it doesn't
seem to like me trying to assign a value to a text box control.
I've created unbound forms many time but this is the first time i've tried
an unbound report.
This is so of the code;
Me.txt_propref = type_Tenant.PROPREF
Me.txt_tenant = type_Tenant.NAME
Me.txt_address1 = type_Tenant.ADDRESS
Me.txt_town = type_Tenant.TOWN
Me.txt_district = type_Tenant.DISTRICT
Me.txt_postcode = type_Tenant.TOWN
I can do this in 2007 but i'm having to down grade to 2003 because of
compatibility issues.
Is it possible to assign a value to a text control on a report during the
report_open stage, I know I can assign the value to a label but it doesn't
seem to like me trying to assign a value to a text box control.
I've created unbound forms many time but this is the first time i've tried
an unbound report.
This is so of the code;
Me.txt_propref = type_Tenant.PROPREF
Me.txt_tenant = type_Tenant.NAME
Me.txt_address1 = type_Tenant.ADDRESS
Me.txt_town = type_Tenant.TOWN
Me.txt_district = type_Tenant.DISTRICT
Me.txt_postcode = type_Tenant.TOWN
I can do this in 2007 but i'm having to down grade to 2003 because of
compatibility issues.