Search results

  1. S

    Query from datasheet

    I need your help. How do you group or summarized result of Query1 to appear like in Query 2. The source of data of field3 is from a datasheet form where multiple data is stored. I tried using assignedto and value but apparently it is only for combo/list box source data. Query 1 Field1 . . . ...
  2. S

    Help! from laptop to desktop database

    I develop my database on my laptop. When I installed it on a desktop, the whole form was a mess. Only half can be viewed, the fonts are large, etc. How do you fix this? Thanks
  3. S

    search form for date range

    I came across a sample code for multiple field search form (please see below). One of the variables is the age. I wanted to replace it with date so that I can do search for particular date range. How can I modify the codes below. Thanks a lot Private Sub btnClear_Click() Dim intIndex As...
  4. S

    downward compatible

    My database was developed in Ms Access 2010. How can I make it run in MS access 2007.
  5. S

    downward compatible

    My database was developed in 2010. How can I make it run in MS access 2007.
  6. S

    Open form based on a query

    I have a form with search field which when filled up returns a particular record based on a query. Now, I wanted to open that particular record on a form where it was encoded. please help. thanks
  7. S

    Search form for memo field

    Hi! I'm developing a program to search several fields. One of which is a memo field with large characters. Using wildcard in the search form I made, it only returns the record if the first word of the field is typed in the search box. I want to type any word in any part of the field to return...
  8. S

    first time

    Hi! I'm a newbie here. I'm not really a programmer, but MS Access helps me a lot in my work. I hope you can help me with my concerns. thanks a lot
Back
Top Bottom