Hi,
I have a basic 'landlord details' table which includes a 'landlord_type' field. Landlords must be either 'private' or 'business'.
I have a form with two subforms - one each for private and business.
When I select the 'Save' button, I want the landlord_type field to be updated in the table, ie. if the Save button in the Private subform is hit then Private displayed in the table and same for business.
I've tried the OnClick event but without success.
I know this should be some basic VBA but any suggestions would be appreciated.
thanks in advance.
I have a basic 'landlord details' table which includes a 'landlord_type' field. Landlords must be either 'private' or 'business'.
I have a form with two subforms - one each for private and business.
When I select the 'Save' button, I want the landlord_type field to be updated in the table, ie. if the Save button in the Private subform is hit then Private displayed in the table and same for business.
I've tried the OnClick event but without success.
I know this should be some basic VBA but any suggestions would be appreciated.
thanks in advance.