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: smartrider
  • Content: Threads
  • Order by date
  1. 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
  2. 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 =...
  3. 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
  4. 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.
  5. 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 =...
  6. 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...
  7. 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.
  8. 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...
  9. 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.
  10. 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...
  11. 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...
  12. smartrider

    Link a user from to a text file (Please HELP!!)

    Hey I am new to VB therefore please help me out here. I have created a user form which has the following fields : Name (ListBox) Phone Number : Fax number . the data is stored in a text file separated by "," . How can i link the Name Listbox with the text file and the other fields...

Part and Inventory Search

Back
Top