Search results for query: *

  • Users: g4naq
  • Content: Threads
  • Order by date
  1. G

    Resolved BC30456 'ShowHelp' is not a member of 'ToolStripMenuItem'

    I have just created a new application using Visual Studio 2022 & created a new CHM file which has been added. For some reason when I compile this app I am getting the above error... can someone please point me in the direction of the problem? I have added what I thought were the correct...
  2. G

    Access Connection query

    I have just created my 2nd VB.Net application today where I have created the database in MS Access 2019 and created the project in VS. The project consists of 2 forms at present. A data entry form and a database editor which I have setup using a datagridview. The datagrid is working fine (so...
  3. G

    Resolved System.Data.OleDb.OleDbException: 'Data type mismatch in criteria expression.'

    I have an SQL query which was provided by one of the forum members which works fine.. I need to enhance this by making 2 literals which are part of the SQL query as variables. ' sqlSelect1 = "SELECT L_CALL, L_QSONR FROM LOGBOOK WHERE L_CALL = @callsign AND L_DATE=...
  4. G

    Time only field

    I have a file I am reading which contains the time in HH:mm format. I need to use this to query against an MS Access column which is defined as Date/Time but only contains the Time. I would appreciate some help on how do I convert the incoming value from a string to a Time I can use in an SQL...
Back
Top