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 Chriss Miller 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: Cohen227
  • Content: Threads
  • Order by date
  1. Cohen227

    retrieving UNIQUE records

    I have two tables, both with the same data types, and I am trying to map the two together. My problem is that I only want one match for each record in table 1, but there are several matches being made. So I am trying to find a way to retrieve only uniwue records from table 1. My querry now...
  2. Cohen227

    If statements and Dates

    I'm trying to do something like this: If (UDate < 5/19/02){&quot;<5/19&quot;} else {&quot;>5/19&quot;} But there is something wrong with my syntax...Any help?
  3. Cohen227

    Installing Memory on Sony Vaio PCG-F270

    Hi! I was wondering if anyone knows where I can find a step-by-step guide to installing additional memory into my Sony Vaio PCG-F270 Laptop, or maybe if you know how. Is it easy?
  4. Cohen227

    I hid the tool bar in Access

    Uh Oh. Under tools and then start up, I chose to hide the manu bar and the tool bar, and now I need to make changes. How do I get these back?
  5. Cohen227

    Stringing ListBox Selections

    I am trying to put the items selcted in a multiselect ListBox into a String. I am using the following code but it is not working properly. It will not display each selection, only one selection multiple times. Here is my code: Dim varItem As Variant Dim txtTemp As String For Each varItem In...
  6. Cohen227

    Linking Through a ListBox

    Hi there! I have a multiselect ListBox on a form which I am trying to have the selections displayed as a string on my report. I was given the following code but it was a little unclear to me. I'm not sure where it goes, either. Please Help. Here is what the loop code looks like: ... Dim...
  7. Cohen227

    displaying multiple selections from a ListBox

    I am wondering what the code would look like (and where I would put it) to diplay multiple selections from a ListBox into a text box. I know it will require a loop but I am not exactly sure what the format should be like. Ihope someone can help!!! THANKS! I currently have it set up so that...
  8. Cohen227

    Displying ListBox Selection

    I am trying to display a selection from a ListBox which is on my form on a report that I am running. I have successfully accomplished this for text boxes but cant seem to get the ListBox selection to appear. I have used the following code: Forms!MyForm.Form!MyListBox.Column(0) This does not...

Part and Inventory Search

Back
Top