Hy all ,
I'm making an access 2013 databases application , for my work place with the scope to generate automatically some documents based on some combo box selections.
So in order , to be much more specific , the main form have :
- one combo-box selection for truck number (cboNr_Auto) which reads from table "Advanced Conditional List" and fill auto text boxes for displaying name of driver , license number , etc... ( working well with afterUpdate event)
- one combo-box selection for code of trash (cboCod_Deseu) which reads from table "Categorie_Deseuri" and display the name of the trash in text-box "txtDenumire_Deseu" ...(not working)
- date pickers for loading and unloading dates- working well
- text box for manual entry of weight - working well
My questions are next :
- how can i make my combo-box selection "cboCod_Deseu" to display values in text-box from the table "Categorie_Deseuri" in my main form ?
- how can i generate an report based on my combo-box selections , date pickers and manual entry for the weight field via a pushbutton?
Thanks