I have 2 tables, 1is a table of receipts with values stored under their proper category column (meat,200) and I have another table which gives an index to the category (3,meat). I am attempting to dynamically load a combobox with only the categories which contain a non-null or >0 value for a receipt number specified in a previous combobox.
The problem is that I am stuck on how to look up the data in the columns and then load the appropriate categories. Do I use an if statement which checks the values of each of the nine categories and lists only those with a positive integer >0 from the category table? If so how would I do this? vba programmaticall y or MS-Access sql?
Thanks in Advance
The problem is that I am stuck on how to look up the data in the columns and then load the appropriate categories. Do I use an if statement which checks the values of each of the nine categories and lists only those with a positive integer >0 from the category table? If so how would I do this? vba programmaticall y or MS-Access sql?
Thanks in Advance
Comment