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 TouchToneTommy 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: jcmv007
  • Content: Threads
  • Order by date
  1. jcmv007

    Problem Creating Previous Button in Switchboard.

    Using Windows XP SP1 and ACCESS 2002; I have created two buttons on a switchboard, one takes the user to the main menu and the other to the Previous Menu, it is in this last one that i get the following error: Run-time error '2001': You canceled the previous operation. I'm open to other...
  2. jcmv007

    Append Records From Stored Procedure on Sql Serve to an Access Table

    Using Windows XP SP1, Access 2002 I need to run from an Access DB a Stored Procedure found on SQL SERVER and append the results in a table in that same Access DB. The stored procedure needs to be supplied with the following parameters User, BeginYear, EndYear; these are determined by the user...
  3. jcmv007

    Help writing Stored Procedure w/Parameters

    USING Windows XP SP1; SQL 8 I need to create a stored procedure which displays the results of a temp table which is populated by that stored procedure. It's complex form me to write becuase it's my first SP. to get my final results I need to run a couple of querys, lets start with Q1 and Q2...
  4. jcmv007

    Find X in a Number String

    USING: Windows XP SP1 Access 2002 SP1 What function or code can I use to find for example, 1 in the following string: 8,1,9,11,23 ?
  5. jcmv007

    Change Label's Caption in Subform

    Using Windows XP sp1 and MsAccess 2002 I would like to change a Label's caption, which is on a subform, when the user changes the value in a combo box on a the main form. How can I do this? here is the code I'm using: Private Sub cboMes_AfterUpdate() Dim stMesAb As String Dim...
  6. jcmv007

    Sort Datasheet which is a Sub-Form

    Using Windows XP SP1 and ACCESS SP1. I would like to sort the records shown in a datasheet form (fsfrDetails) by any column selected by the user. It sounds easy but here is were it gets complicated (at least form me), 1. It is a subforms in the form called frmUnits 2. In fsfrDetails for the...
  7. jcmv007

    Pop-up Form Return Value

    Using WindowsXP SP1 AND ACCESS2002 SP1. I have a Logon form which opens as the first form of my app., after the User enters his login Id and Password and presses the OK button. I have created a Pop-up form that opens an agreement form where the user has to agree or disagree with the terms and...
  8. jcmv007

    How to Create a Module and How to Call It?

    Using: Windows XP SP1; Access2002 SP1; I have a form as a datasheet where the following codes resides for every column shown, that is executed when the user doble clicks the cell. Is it posible to put it in a module and how would I call it in my form? The origin form is: frmresumengastos...
  9. jcmv007

    Excel 2002: Show File Creation Date

    Using: Windows XP SP1, MS-EXCEL 2002 SP1 How do I show the current file or active file's creation date. Can this be made into a function a user calls so the information is place in a cell specified by the user. I have found the following code but do not how to get it to show in the SHEET...
  10. jcmv007

    SubQuery Using Max

    FYI - Using SQL Server 2000, Windows XP SP1. - :-) I tying to run the following query but I get the following error message: Server: Msg 156, Level 15, State 1, Line 7 Incorrect syntax near the keyword 'SELECT'. Server: Msg 156, Level 15, State 1, Line 20 Incorrect syntax near the keyword...
  11. jcmv007

    Loop Thru Values and Assign Them To Field

    Using SQL 8.0, Windows XP SP1 I would like to create a VIEW that outputs all the Job Types a Contractor has worked on. The following data is in a table called WorkOrders: Contractor JobType Amount A 1 20 A 2 30 A 3 50 B 5...
  12. jcmv007

    Problem Entering Data in Control from Unbounded Controls

    Using: MS-ACCESS 2002 SP1 I need to populate a bounded textbox (SaleDateTime) using the information the User enters in a Calendar Form and a Time Form. The values selected by the user are returned to the following unbounded textboxes: txtFrom and txtTime. I have tried using the afterupate, on...
  13. jcmv007

    Populate Control Based on Pop Form

    I am using: MS-ACCESS 2002 SP1 I need to populate a bounded control (SaleDateTime) using the following unbounded controls: txtFrom and txtTime, this after the txtTime control has been populate or changed by the user. I have tried using the afterupate, on change but with no luck. How can I get...
  14. jcmv007

    How to Disable Printer In Word

    I'M Using: Word 2002 SP-1 Windows XP SP-1 I need to write code to do a specific operation in a Word document. When the file is opened I would like to prompt the user a question he or she would like to print a controled copy of the document. If the anwser is Yes then get the last copy number...
  15. jcmv007

    Display Values of a Range or Varios Discrete Value Parameter

    Using CRW 8.5.0.217 I want to display my parameter info in a report. Users need to input a range of values or different individual values. How can I do this? Thanks,
  16. jcmv007

    Display Parameter Values Error

    Using CRW 8.5.0.217 Hi want to display my parameter info in a report and took this formula off a post but am getting the follow error message: "A number, currency amount, boolean, date, time, date-time, or string is required here." And it points to this part of the code...
  17. jcmv007

    What are Correct Steps to Build a Shared DB?

    HI, I want to develop a budget DB which will be used by different store manageres at different locations. They can all have access to company HQ server (one of them) in which I plan to put the DB. From what I 've read this is a several step proyect for which I have a confusion for the first...
  18. jcmv007

    How to Limit Record Navigation Based on User Level?

    Hi, How do I code a form so that when a User with a security Level 2 (level set by me in tblUsers) only can see info regarding his store, but when a User with a security Level 3, which is a Manager can see info for all stores? Here is the code for the first part of the question, don't know...
  19. jcmv007

    Create a module to set forms Caption

    Is it posible to create a module that sets a form's Caption? All forms will have the control: txtTitle which would contain the form's Title, but this title would have to include the date. Up to now I have this code Function SetTitle() On Error Resume Next Screen.ActiveForm.Caption =...
  20. jcmv007

    Set Text Box Equal to Specific Record in List Box

    The subject line might suggest my question is simple but, it's part of a work around I have had to do! I want a Text Box value to be equal to the first Row and only column of a List Box. Why I want to do this is because I need to format the value to STANDARD but a List Box does no allow this...

Part and Inventory Search

Back
Top