+ Reply to Thread
Results 1 to 2 of 2

Run Time Error 3144

  1. #1
    Registered User
    Join Date
    02-22-2010
    Location
    Zagreb
    MS-Off Ver
    Excel 2007
    Posts
    12

    Question Run Time Error 3144

    Hi,

    I have a problem with one script. This scrip is working in access 2003, but it wont work in access 2007. When I run it in 2007 I get run time error 3144, syntax error in update statement. Please take a look at this script below.

    Private Sub cmd_update_Enter()

    Dim ideal_px As Double
    Dim strSQL As String

    ideal_px = tbox_ideal_px.Value / 100
    strSQL = "Update input_ideal_px set input_ideal_px.ideal_px = "
    strSQL = strSQL & ideal_px & ";"

    DoCmd.SetWarnings False
    DoCmd.RunSQL strSQL
    DoCmd.SetWarnings True


    What should change in order to work in access 2007?

    Thanks in advance,

    Milan

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Run Time Error 3144

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1