Search results

  1. K

    Question Slow datasheet view / split form

    Hi I have a database i have been working on (access 2007). In the past I have been using a list box to select records. Now I would like to use the datasheet view or split form view. Everything seemed fine until I moved to linked tables. My problem is, with the same query, the listbox is...
  2. K

    CurrentDb is nothing!

    I am trying to access the CurrentDb.QueryDefs collection, but the CurrentDb object is nothing! Here is my simple code= debug.print CurrentDb.QueryDefs.Count I get the "Object variable or With block variable not set" error message. Is this because I am using an Access Database Project, and...
  3. K

    System.Windows.Forms.ListBox in Access?

    I could swear there was an example on this site for using the system.windows.forms.listbox control in access. Can't seem to find it though, can anyone point me to an example? Is there any reason why I SHOULDN'T use it?
  4. K

    Form Fill PDF Files

    Hello, I need to be able to take information from a table in access, use this information to populate a PDF file, and then save the PDF file. i.e. I have leads in a database and I want to pre-fill in application forms (PDF) for the clients. I did some searching pertaining PDF, but didn't find...
  5. K

    TextBox Parser

    I get emails every day with leads. Usually I cut and paste each field into a form in access, but this has become very time consuming. I want to be able to just paste the lead into a text box and have access parse the content and add the lead to the database. Leads come in the following...
  6. K

    Stringbuilder

    I use this class a lot in vb.net but I cannot access it through VBA. Is there a way to do this? My VBA is a little rusty. It is in the system.text namespace.
  7. K

    Tech Support / Call Tracking Example

    I have an access database that I developed while working for tech support at earthlink a while ago. If anyone is interested, I'd be happy to clean it up and post it in the examples. Some of it's features include: Tabbed Browsing Posting and manipulating web forms HTML Scraping Injecting...
Back
Top Bottom