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

    Form Position - Driving me nuts!

    Good day all! Ugh.. I'm going insane trying to figure this out. All I need to do is open a second form where the user right clicks in a base form. By base form looks like this (Warning: Still in development): The second form really is nothing more than a button at this point, but this is...
  2. sucoyant

    Italic Treeview Nodes?

    Good day all! Is it possible to italicise a node in a treeview? If so.. how? Thanks in advance! ________________________________________ Buddha. Dharma. Sangha.
  3. sucoyant

    Multiple Table Query - Can't Add/Update

    Good day all! My database schema looks like this: I made a query that included everything, but I can't add or even edit anything in the query results. What am I doing wrong? Thanks in advance! ________________________________________ Buddha. Dharma. Sangha.
  4. sucoyant

    Schema Correct?

    Good day! I was given a task to create a database following this: Collateral Types; the choices should be Boat, Motor, Boat Trailer, Travel Trailers, Slide on Truck Campers, Horse Trailer, Jetski, Pop-up trailers Is there a way to be able to choice more than one option? Things done: UCC...
  5. sucoyant

    Do ... While Loop not working ?!

    Good day! ugh, I'm pulling my hair out on this one. Instead of quitting after 10 tries, my application just freezes, and I have to give it the 3 finger salute. Please take a look at my code. Why dosen't it quit after 10 tries? Public Sub goNext(scrCheck As String, amtToCheck, Optional...
  6. sucoyant

    Make IntelliSense show...

    Good day all! This is probably a dumb question, but how do I make IntelliSense show the argument options for a Public Sub that I created? Public Sub EmpRep(shtGrpName As String, ViewOrPrint As String, myForm As Form) Dim strDocName As String Dim strOut As String Dim strWhere As String Dim...
  7. sucoyant

    "Set" to a String?

    Good day all! I'm trying to "Set" to a string... which probably isn't possible. Even so, how would I go about making the following code work? The comment shows where I get an error of: Run time error '91': Object Variable of With block not set. Public Sub EmpRepSelect(shtGrpName As String...
  8. sucoyant

    Capitalize first char in string after "#. "

    Good day all! I'm trying to figure out how to capitalize the first character in a string after a number and period. For example: 1. hello (Should be = 1. Hello) ... ... 10. visual (Should be = 10. Visual) I wrote down some pseudocode, but I'm not entirely sure if I'm heading in the correct...
  9. sucoyant

    Comma in String to ListBox

    Good day! I have a textbox that gets placed into a variable that's "dim"ed as a String. This textbox allows quite a bit, including comma's (,). When this string includes a comma, and I try to place it into a listbox, it seperates the sentence. For example: dim strItem as string strItem =...
  10. sucoyant

    Strip First Character = SFC

    Is there a way to grab the first character in a string after each space from a textbox so I can do something else with it? Example: Strip First Character = SFC John Doe = JD What Would Buddha Do = WWBD Thanks in advance! ________________________________________ Buddha. Dharma. Sangha.
  11. sucoyant

    Programmatically create Inner Joins

    Good day! I'm trying to figure out a way to dynamically create INNER JOIN queries based on the existing queries in my access database. SELECT EER_LA_Acct_paid_off.Employee, EER_LA_Acct_paid_off.Acct_paid_off, EER_LA_All_required_docs.All_required_docs...
  12. sucoyant

    Create Query

    Hello all! Is there a way in VBA to create a query, and 'save' it so it shows in the "Queries" window? Thanks in advance! ________________________________________ Buddha. Dharma. Sangha.
  13. sucoyant

    Custom Add-In/Wizard

    Good day! I'm not sure if this is the correct area to be posting this, so if it's not, feel free to move it! I have a database that consists of many reports, forms, tables and queries. Many of these are just about the same thing, with only a few minor changes. My question is this: How would I...
  14. sucoyant

    Open Form New/Existing Record

    Good day! I have a main form and I need to open a second form by clicking on a button in the main form. Sounds easy, but here is the catch... When the user click the button, I need to check to see if that account number already exists, and if it does, open the second form to that record...
  15. sucoyant

    Open in Same Spot

    Good day! How would I go about making a form open directly above the windows taskbar in the right hand corner of the screen every time? Thanks in advance! ________________________________________ Buddha. Dharma. Sangha.
  16. sucoyant

    Forms Currently Open

    Good day all! Is there a way that I can programatically get the name of the forms that are currently open in a database? Thanks! ________________________________________ Buddha. Dharma. Sangha.
  17. sucoyant

    SendObject Report

    Good day! DoCmd.SendObject acSendReport, "Outstanding", acFormatSNP, strToWhom, , , "OUTSTANDING TITLE SEARCHES AS OF " & mydate, strMsgBody, No The strMsgBody contains a string of text that appears in the message body of the email. The only problem is that I have a tag that automatically...
  18. sucoyant

    Odd Report Question

    Good day! I have a simple report that groups data by BatchID from the Batch table which consists of: Batch Table: custAccountNum BatchID BatchDate An example can be seen here: My report looks like this: (Minus the red lines, which will be explained later) Now, as you can see by these...
  19. sucoyant

    Populate List Box

    Good day! I have a form named ShowDatabaseUsers that contains the following. List Box: lstCompName lstEmpName Button cmdClose In the "On Open" event of the form I have code that populates lstCompName with the names of users computers that are currently using the database. The...
  20. sucoyant

    Getting Started

    Hello all! I was wondering if anyone could refer me to some good websites that will get me started programming with VB and Extra! personal client... Much thanks! ________________________________________ Buddha. Dharma. Sangha.

Part and Inventory Search

Back
Top