CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    596

    [RESOLVED] access 2007 vba losing value

    Hi everybody. I have a column defined as number in an access 2007 db. I set it as single with 2 decimal places. And in vba a variable that deals with this column is a single type. I'm getting whole numbers placed in the db instead of values like 2.5 for example. Can anyone give any suggestions on how to deal with this? Please.

  2. #2
    Join Date
    Dec 2009
    Posts
    596

    Re: access 2007 vba losing value

    Never mind about the above question. I had a variable defined as long that was messing me up.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured