ms access[tblmonthly - month, total]
month = lbldate [actually my date format is lbldate.Text = Date.Now.ToString("MMMMMMMMMM dd, yyyy")
, im using this format for my daily sales and i can save and update at the same time, but in Monthly sales i want to use the same format but i want to save in field 'month' is only the month[MMMMMMMMMM] ,is it possible ? or should i use other format?
this is what i want in database[example]
January | 1000.00
February| 1900.00