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 strongm 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: *

  1. smartrider

    WSS 2/3 Install ??

    I would say 2003 Payroll Server just because depending on the size of your firm this server will probably taking the least amount of hits. People will only log in there once or twice a day.
  2. smartrider

    Word Bookmark and Javascript

    Can any please assist me in giving me the command for : Open a Word document and then go to a specific bookmark say bookmark1 and fill it with some text. using Javascript Thanks
  3. smartrider

    Selecting a COLUMN from another QUery

    Here is the issue : I have this query : "SELECT dbo_Insured.person_id, Min((Month([date_ordered]))) AS Expr1, (Year([date_ordered])) AS Expr2 FROM (dbo_Cases INNER JOIN dbo_Pipeline ON dbo_Cases.cases_id = dbo_Pipeline.cases_id) INNER JOIN dbo_Insured ON dbo_Cases.insured_id =...
  4. smartrider

    Load Calendar in VBA

    Thanks everyone. I appreciate it.
  5. smartrider

    Load Calendar in VBA

    I have question about Calendar I want to load a calendar with current month. I have sub calender_click() Calendar.show end sub Please help
  6. smartrider

    Macro Help

    That is what is needed. I have created a small toolbar on Word and I want to send to all the users. I am new at my job and my boss asked me to use that method and I don't know how to do it. Please help me - I will appreciate it. This is the piece of code 'Calling the Author Form from...
  7. smartrider

    Macro Help

    Well - This is not for virus. its for a workplace with 50 computers.
  8. smartrider

    Macro Help

    I have a piece of code that I need to send to other computers.My boss told me to create a macro that the user can run and the code will be added to their Normal.dot. Can anyone help on this ? Please, Thanks.
  9. smartrider

    Call a String Value from another Module - PLEASE HELP!!

    Thanks everyone. I got it I appreciate your help.
  10. smartrider

    Passing a Variable

    This application is in Word. There are two different Templates so I used Add-in option to join them. LoadAuthor - invokes the application located in Template1 so that text from that form will be pasted in Template Two. I tried you suggestion but go "Sub not defined Error" Any...
  11. smartrider

    Passing a Variable

    Hello , I have two modules in two different Templates and I am trying to get a value from one template to another. Can anyone plz please tell me what am I doing wrong. I have the code here : In templare 1 Module the code is : Public Sub LoadAuthor() frmAuthorDB.cmdAdd.Visible =...
  12. smartrider

    Call a String Value from another Module - PLEASE HELP!!

    I need help with this - please!!! I have two different templates (which has two diff modules).Temp2 calls a module sub from temp1(I used Application.Run MacroName).I have also declare a variable (PUblic uname as string in module1(Temp1). How can I get the value of uname from Template1 to...
  13. smartrider

    Reference Templates

    Hello : - I have two templates - Temp1 and Temp2 Under Temp1 Module - i have a sub LaodAuthor. I want to call that module from Temp2. I initially had temp1 in Normal but decided to have it seprately. Can anyone please help me - about how to run LoadAuthor from Temp2 ? Thanks.
  14. smartrider

    Assign a Default Value in Access and Load in UserForm

    Hello, I am a UserForm in which there are following fields : Name Phone Fax Email and Cmd buttons - ok, Cancel ,Add, Edit and Delete. The data is in Access link via DAO. When you click on Edit - another userform pops up where you can make changes to the data. There is a Default cmd button...
  15. smartrider

    VB + Access Question

    Its a part of my class.
  16. smartrider

    COUNT Function

    Thanks , I appreciate it .
  17. smartrider

    VB + Access Question

    I am new to this : I want to create a userform which as NAme, Phone ,Fax field in it and I want to save the data in an Access database. What is the procedure to do so. Any kind of help will be great Thanks.
  18. smartrider

    COUNT Function

    I have a query in which there are case numbers and person id . Every case have a different case number but one person have more than one case. One the query I have different cases but some person ids are the same . I am trying to do a COunt of personids but not counting the personid that is...
  19. smartrider

    Create a New File

    How can I do the following : I am writing a program where the data get saved from the UserForm to a text file but right now I can already created a text file .How can I do something like when the Program runs - it will look for a text file and it can't find it then it will create it for you...

Part and Inventory Search

Back
Top