User Profile

Collapse

Profile Sidebar

Collapse
juanchodavid
juanchodavid
Last Activity: May 27 '08, 02:03 PM
Joined: Feb 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • juanchodavid
    replied to VB-Access Filter in Form
    Thanks a lot! it solved the problem...
    See more | Go to post

    Leave a comment:


  • juanchodavid
    started a topic VB-Access Filter in Form

    VB-Access Filter in Form

    Hi,
    I'm having this problem, seems no big deal but I just don't find the way to solve it: I have a field in a form where the user writes a filter criteria and then accepts by pressing a button. The filter works good until the user uses the ' * ' in the search field. In that case no data is shown. The simplest example is when the only filter criteria is *. All the data should be shown, but by this filter method no data at all is shown.
    ...
    See more | Go to post
    Last edited by NeoPa; May 22 '08, 01:01 PM. Reason: [CODE] tags

  • juanchodavid
    started a topic Microsoft Access SQL Documentation

    Microsoft Access SQL Documentation

    Hi, does anyone knows where can I find a good documentation of Access? that means something similar to the documentation documents of Mysql or PostgreSql, where the available SQL functions, operations, ... are shown.

    Thanks!
    See more | Go to post

  • This problem appears whenever a DECIMAL field is used within the pivot table. Solution: convert the field to double. ex: SELECT CDbl(table.fiel d). Where table is the name of your table, field the field of type decimal. After adding that conversion the pivot table should work properly.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...