Yeah sorry I should have been a bit clearer.
At the moment I'm wanting to come up with a better widget for users to be able to select multiple attributes against a product.
3 tables:
Product --------<ProductLink>----------Attribute
That's the relationship.
I've got a product form and I want...
Hey lagbolt. Thanks for your help. I've done the subform thing already and I'm just not happy with the format the data is presented to users.
I thought this should be relatively easy :) but obviously not.
In droping a listbox onto the main Form I'm assuming the following:
- The control is...
I'm trying to implement a list box that populates a link table.
Tables:
- Product
- ProductLink
- Attributes
The listbox is a multi select. When I select a value from the listbox it should insert attributeID and productID into ProductLink. When a value is removed the row should be removed from...
I want to place some text in several external files, but I don't want users directly accessing them and printing them off. How would I go about encrypting the files and then within access 2003, decrypting them?
Thanks for your help.