Alright this is the code that i am using to convert the numerical date to the text month of a column in table p.
Format([p.date_start],'" & mmmm & "')
But, whenever i try using this same code to set the Row source for a combo box so i get the months to come up, it seems to have a problem reading another table, is there a problem with using this format in the rowsource of my cbomonth combobox?
One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.
Format([p.date_start],'" & mmmm & "')
But, whenever i try using this same code to set the Row source for a combo box so i get the months to come up, it seems to have a problem reading another table, is there a problem with using this format in the rowsource of my cbomonth combobox?
One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.