D
dougloj
I have an Access project (ADP) running under Access 2003. My subform
has continuous forms. Three of the controls on each continuous form are
unbound. I would like to populate the bound controls using their record
source (a record set returned from a SQL Server stored procedure). I
then want to populate the unbound controls using data from another
source (a different record set returned from another SQL Server stored
procedure). But before populating the unbound controls, I want to
format the data with VBA code to meet my presentation needs. I want the
data in the unbound controls to be unique on each of the continuous
forms.
Does anybody know how I can do this? All ideas will be welcomed.
Thanks.
Doug
has continuous forms. Three of the controls on each continuous form are
unbound. I would like to populate the bound controls using their record
source (a record set returned from a SQL Server stored procedure). I
then want to populate the unbound controls using data from another
source (a different record set returned from another SQL Server stored
procedure). But before populating the unbound controls, I want to
format the data with VBA code to meet my presentation needs. I want the
data in the unbound controls to be unique on each of the continuous
forms.
Does anybody know how I can do this? All ideas will be welcomed.
Thanks.
Doug