Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: misuser2k7
  • Content: Threads
  • Order by date
  1. misuser2k7

    Hide date textboxes on report

    I am working with a SQL Server database table which has a couple of Date (datetime, null) columns (‘FirstSurveyDate’ and ‘SecondSurveyDate’) in which some date records in ‘FirstSurveyDate’ column are NULL. This table is linked to Access. I am using a simple query to show all the records from...
  2. misuser2k7

    Multiple criteria in query

    I have a table which I am trying to query with multiple criteria. The table which has other columns has 3 that are of interest. These 3 criteria on the 3 columns come from 3 combo boxes on a form. The 3 columns of interest are SurveyName, SurveySubject And SurveyResult and they are in a table...
  3. misuser2k7

    Wild card search on combo box with multiple rowsources

    I have 3 combo boxes on a form. The first combo box’s rowsource is a list of regions such as North, South, Midwest, West …… The second combo box’s rowsource is dependent on the selection of the region in the first combo box, for example, if 'Midwest' is selected in the first combo box, a...
  4. misuser2k7

    Filter query results

    I need to filter records in a table in a paticular way The table looks like this . . . . . ID TyNum TNum STNum TName TGender TAge 187771 1 0 0 Alex Male 21 187771 1 1 1 Alex Male 21 187771 1 1 2 Alex Male 21 187771 1 1 3 Alex Male 21 187771 2 0 0 Alex Male 21 187771 2 1 1 Alex Male 21 187771 2...
  5. misuser2k7

    Count records

    I am trying to build an Access query which counts number of records based which have two fields with no zeros in them. The query result/output is supposed to show records by their IDs and the number of rows that have no zeros in them. The table looks like ....... ID TNum STNum TName TGender...
  6. misuser2k7

    Delete query to delete every last remaing record in group of records

    I have a table in which records are identified by 4 different numbers. The table tabulates the results of marketing department’s focus group surveys. The 4 different identifier numbers are the (1) Participant’s unique ID; (2) Survey type number; (3) Survey Case Number and (4) Survey Instance...
  7. misuser2k7

    Tracking users

    I am working on a way to track users who log in and out of 6 Access databases (front end) in different locations (network drives) into a table in an exclusive database with details (fields) such as ConnectionID; Username; User Computer name; database name; date/time logged in; date/time logged...
  8. misuser2k7

    Follow up issue

    This is a follow up issue to the ones I posted in the ‘Forms’ and ‘Tables & Relationships’ forums. The users of the summary report wish to enter data related to each customer interaction by clicking on the scheduled date in the summary report. This works fine if they are clicking on a date in...
  9. misuser2k7

    CASE statement with two conditions

    I am trying to use CASE statement with two conditions. The issue I am experiencing is as follows. I have a form (Form0) with two combo boxes and a command button. Values from both combo boxes are required to open other unique forms (one form for one pair of values from the two combo boxes)...
  10. misuser2k7

    Tracking Table

    I am building a database for our sales team. This team needs to track its customer interactions in one table (preferably). Sales team meets customers on a monthly, quarterly and annual basis depending on who the customer is. Senior management wants to track these interactions. It needs to know...
  11. misuser2k7

    Prompted Form

    I have created a form named 'CustIDpromptform' which has a textbox to enter customerid (long integer) and a command button which is supposed to open a second form which displays customer contact information when a customerid is entered in the textbox and the command button is clicked. The...
  12. misuser2k7

    Option frame issue

    I am trying to work with 3 options or contents of 3 textboxes on a form that displays several records. The first option is default and is supposed to be the usual choice. Either of the other two can be selected by the user depending on the situation. When the user makes a choice (between 2 and...
  13. misuser2k7

    Adding Outlook Calendar Appointment

    I am trying to automate the process of creating an Outlook calendar appointment by clicking on a command button placed on an Access Form. Here is the code for it: ------------------------------------------------------------------------------------------------ Private Sub...
  14. misuser2k7

    Half and Half

    I am creating a data entry form which will have some fields which will be pre-populated (on load) with data from a table (these fields cannot be edited) and data in other fields will be entered by the users to be stored in the same table. Is there a way to make half the form in 'snapshot'...
  15. misuser2k7

    Tabulate

    I am trying to create a query which will tabulate the following data: Apt Number 101 203 402 501 504 202 105 1005 103 102 201 206 403 304 205 102 101 4066 3045 205 3001 205 503 5001 206 204 As.......... Apt. Numbers with | Totals Apt. Numbers starting with number 1 | 7...
  16. misuser2k7

    Stop sound

    I have managed to add music to a splash screen I created. I want the music to stop when the splash screen closes but this does not happen. The following is the code for the play sound function ............ Option Compare Database Declare Function apisndPlaySound Lib "winmm" Alias...
  17. misuser2k7

    Stop sound

    I have managed to add music to a splash screen I created. I want the music to stop when the splash screen closes but this does not happen. The following is the code for the play sound function ............ Option Compare Database Declare Function apisndPlaySound Lib "winmm" Alias...

Part and Inventory Search

Back
Top