Hello,
I've trying looking in forum and all but never found a reply that I could apply/undertsand because I'm a real beginner to Access 2010.
I have 3 tables:
One called "department managers & names" with 2 fields: "department" and "department manager" which are related. For example, Mr X manages dpt PROC_BUC.
One is called "Requested bids" and has several fields: "department" and "department manager" are here as well, and in addition to that we have "bidding number" and "product to purchase".
One is called "received offers" and also includes the fields "department" and "department manager", "bidding number", but with more details like bidding company names, prices, etc.
I created a form linked to the "requested bids" table with all the fields from the table and a subform (as a table format) related to the "received offers".
Since I need to update this data daily with the newly received offers, the first thing I'm trying to do is to have default values in certain fields of the subform.
For example, since the "department manager", "department", "bidding number" and "product to purchase" will always be the same since they are related to one bid in particular, is it possible that every time I add a new record on the subform, this data is
automatically input so that i won't have to type them all the time?
Another thing please : in the main form, I created a combo box for the field "department manager" which takes its data from the table "depatment managers & names". There is also a textbox which is linked to the "department field". What I would like to do
please is thta when I choose a manager name from the combobox, the name of the department (in field "department") is automatically input. I've read things about some afterupdate event but I don't know at all how to do it.
Sorry for the long message, I would be very grateful for you help.
Thank you in advance