G
Guest
Hello,
Im making a form which asks for the details about a tenant and then
allocates a room
to them on a yearly basis (its for an academicly orientated company). I
almost have it all working, the only thing i have left is to change certain
details depending on what the user chooses in certain controls.
For example if the user sets the [year] to 2005 then the rental charges
should reflect the 2005 levels and not the 2004 levels etc. how do i change
the controlsource to another field in the same table??
Currently im trying:
Me![WeeklyRent].ControlSource = "tables.StudentRooms.05weeklyrent"
but its not working!!
How do i specify a particular field (its part of the query of the
recordsource if that helps)?
with much thanks
Amit
Im making a form which asks for the details about a tenant and then
allocates a room
to them on a yearly basis (its for an academicly orientated company). I
almost have it all working, the only thing i have left is to change certain
details depending on what the user chooses in certain controls.
For example if the user sets the [year] to 2005 then the rental charges
should reflect the 2005 levels and not the 2004 levels etc. how do i change
the controlsource to another field in the same table??
Currently im trying:
Me![WeeklyRent].ControlSource = "tables.StudentRooms.05weeklyrent"
but its not working!!
How do i specify a particular field (its part of the query of the
recordsource if that helps)?
with much thanks
Amit