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 John Tel 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: Icecream7
  • Content: Threads
  • Order by date
  1. Icecream7

    Record Set

    This may be a stupid question but I need to ask it......Can you have 2 recordsets in one event. With my form I want some of the information to write to one table and the rest to the other. I got the suggestion of splitting my table into two which I like, I'm just trying to figure it out before I...
  2. Icecream7

    MultiSelect Listbox

    I have been working on a form that has several listboxes that are set up for multiselection. When the user clicks the save button the choices write to a table. What I am having a problem with is getting all selections in the listbox to write to the table.So far I am only able to get the first...
  3. Icecream7

    Write listbox selections to table.

    Hi, I've been working on this database for someone for some time now and I have run stuck again. I do not totally understand how to get the multiple choice selections from a list box to a table. I've been able to get the other information to write but run stuck here. I also want to find a way...
  4. Icecream7

    Save To A Table

    I'm working on a form that I need to get the information from a sub form saved to a table when the save button is clicked. I've tried several different things that I have found and none of it seems to work. When I was messing around I created a Public Sub Information() and it inserted the...
  5. Icecream7

    Multiple Users

    Hi I have a project that I am working on for a business. It consists of a couple differnet forms that they can generate print outs for customers on. There will be 3 people accessing it, 2 from the office and 1 from home. What I'm wondering is...I have an FTP account and I am wondering if I...
  6. Icecream7

    ItemSelected Property

    In one of my forms I have about 20 or so different list boxes that contain different information for the catagory they are under. What I would like to happen is for the selected items to be stored in a table that would be used later to create a print out with the selected items. Can any one...
  7. Icecream7

    Combo Box Search

    I have a form that I wanted to create a way to search for a kit and have all the fields update to that kits information. When I created the combo box I did it according to the kit table so all the available kits are listed but it doesn't update the rest of the information that goes with it. Do I...
  8. Icecream7

    Search Button

    I have a form I've been working on and ready to scream.... I'm new to VBA which doesn't help any. The form I created is linked to a table. On it I have the fields that are associated with the table, a text box and a search button. What I'm trying to do is get the value in the text box (user...
  9. Icecream7

    Microsoft C++ Debug Library Error

    Hi All....I am so glad I found this forum. I've been working on a project for someone and I keep getting this error when I go in to any access program. It only comes up when I go to the source code. First I thought it was the program I've been creating but when I tried to open a database sample...

Part and Inventory Search

Back
Top