Hi i got this problem and i dont why it occured
in my query i know that the Table name is correct and the Column Name is correct but
this error always appear
No value given for one or more required parameters.
the it highlights the da.fill(dt)
Dim da As New OleDbDataAdapter("Select * from Government_BAU where Months like January", con)
da.Fill(dt)