Search:

Type: Posts; User: MikeDelke

Search: Search took 0.03 seconds.

  1. VS 2019 Re: Have compiler errors in simple row counter in datagrid

    I Realize what the error tells me.......The problem is....This code works on the older computer with NO CHANGES TO THE CODE

    That is the problem it works fine as written on older computer but NOT...
  2. VS 2019 Have compiler errors in simple row counter in datagrid

    I am Having a problem with row counter code. It was written in an earlier release of VS2019 and compiled and worked great now it shows compiler errors for....count and dr loosing my mind.


    ...
  3. Trying to post info to a web site. One web sit works but not the other

    I am trying to post info to Ham Radio spotting sites. W5UGD use's (id) to identify the fields that get posted to this one I have working fine. The second site use's (Name) see example.......
    ...
  4. Re: [RESOLVED] Date time picker with just calender, not the text area

    Thank You for the help. Never said I was the sharpest pencil in the box.
  5. [RESOLVED] Date time picker with just calender, not the text area

    Just wondering if there is a way that when The user clicks the date text box the date time picker just shows the calendar. Right now it works but there is a drop down box that shows and you have to...
  6. Re: Syntax error for insert query when moving info from one table to another

    Again Thank YOU for the help. You people here at VB Forums are the BEST !!!!!!!
  7. Re: Syntax error for insert query when moving info from one table to another

    You were Correct there was a misspelling in one County it was cou nty. stands out now but prior it wasn't. Sorry for all the trouble and figured like you after your last post was no need for where...
  8. Re: Syntax error for insert query when moving info from one table to another

    Yes I have made sure there is an ID. I have the greater than and equal sign's because I am trying to do the whole thing at once, figuring it would be faster than a line at a time. I have checked all...
  9. Re: Syntax error for insert query when moving info from one table to another

    That was what the fields were named. Went and renamed MCall to Mycall changed the query to that fact and still the same error message
  10. Re: Syntax error for insert query when moving info from one table to another

    Now the error reads

    System.Data.OLEDB.OledbException:'No value given for one or more required Parameters'
  11. [RESOLVED] Syntax error for insert query when moving info from one table to another

    I am using Visual Studio Community 2017 and Access 2016 with accdb database.

    I have a table named Temp that a user fills with info, and is able to edit it before committing it to the permanent...
  12. [RESOLVED] update Query gives a syntax error in vb2017 forms program

    I know I am being a pest but I have been working on this for last couple of days. scouring the Internet and looking in Visual Basic 2015 book,and SQL for mere mortals.
    Seems I have become a slow...
  13. Re: [RESOLVED] Getting from Access database info to put into combo box with filters

    Thank you to both for the help. It works as needed now.

    The Blog was interesting and I will study it some more to better understand Parameters.
  14. [RESOLVED] Getting from Access database info to put into combo box with filters

    OK sorry to be a pest but fairly new to Access. Rewriting a Visual Basic 6 program in Visual Studio 2017 and can not seem to figure out the correct syntax for the select statement. I need to fill a...
  15. Re: [RESOLVED] Filling combo box with with a filter from a different combo box

    Thank You for the Help.

    That fixed the problem.
  16. [RESOLVED] Filling combo box with with a filter from a different combo box

    Hello,
    I use Visual studio 2015, and Access 2016 and I am trying to fill a combo box with a select statement with a filter from another combo box.

    Such as if combo box 1 contains State(AK) then...
  17. Re: Working with an Access database that is not shown in Solution Explorer in VS 2015

    I have discovered the problem it wasn't with the connection string other than the lblCall was loosing its contents when the form loaded so there was no call to insert into the mcall concatenation. I...
  18. Re: Working with an Access database that is not shown in Solution Explorer in VS 2015

    Sorry about forgetting the code here it is

    Private Sub datagridshow()

    Dim ds As New DataSet
    Dim dt As New DataTable
    ds.Tables.Add(dt)
    Dim da As New...
  19. [RESOLVED] Working with an Access database that is not shown in Solution Explorer in VS 2015

    I am trying to update a visual basic 6 program. The problem is that the user of the program place's a database County Hunter - K8EMS.accdb into Logger data folder, and the program needs to be able...
  20. Re: Building a ACCESS connection string with code in vbs 2015

    Thank Si_The_Geek !

    I tried your suggestion and everything works fine. I studied it for a few minutes and I feel I understand it a lot better.

    Again....THANK YOU
  21. Re: Building a ACCESS connection string with code in vbs 2015

    the code is the problem......if I hard code it like:

    con.ConnectionString = "Provider=Microsoft.Ace.OLEDB.12.0; Data Source= C:\RRLogger Data\County Hunter - K8EMS.accdb"

    It will connect fine,...
  22. [RESOLVED] Building a ACCESS connection string with code in vbs 2015

    I am upgrading a Visual Basic 6 program. In this program there is a database " County Hunter - call.mdb" I have changed the database's used to accdb. The problem is....when a user install the program...
  23. VS 2015 Re: connection string created in new connection string wizard wont work in program

    Thanks so much for all your help Shaggy Hiker. I decided I just needed to bite the bullet and I made the Database's Access.accdb so I could use Ace12.0 and that seems to have eliminated all the...
  24. VS 2015 Re: connection string created in new connection string wizard wont work in program

    Thanks for the help again Shaggy Hiker.
    Now I get the error that Jet 4.0 is not registered on my computer.
    I have saved that web sight for further reference.
    Rebooted the computer and this error...
  25. VS 2015 Re: connection string created in new connection string wizard wont work in program

    Ok Valid point must have screwed up on copy and paste on that on. SORRY

    But I redid the connection string and got this.....Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Test Data\County Hunter...
  26. VS 2015 [RESOLVED] connection string created in new connection string wizard wont work in program

    I am trying to upgrade a Visual Basic 6 program to a more modern look. I didn't write the original program. The program uses .mdb Access Database that is password protected. I know .mdb is old but...
Results 1 to 26 of 26



Click Here to Expand Forum to Full Width