Search results

  1. D

    Better visual tabs?

    Right now, I'm designing a form for Access 2002, and the tabs really look bad in Access 2002. Are there any free tab controls (whether activex, or modules) for download? Or do you have any other suggestions? I want a smooth transition between pages, and tabs seem like the easy way to do it...
  2. D

    How would the table structure for this work?

    So I have say 3 columns in my table: ID | Title | Link to file(eg. c:/test/test.wav) Usually I only have 1 link to a file, but sometimes some people want to add more than 1 file. How would my table structure and code work if i wanted to add a button to my form which says "add another file"...
  3. D

    Sync subform's current record with form

    Hi. I'm kind of stuck up with this thing: So, I have a form and a subform. The subform's in the main form, and through the subform, I'm able to have a search for my db, because my subform is linked to a query, which gets the fields from my subform to do the search with. Mainly when I search, I...
  4. D

    How to search for words out of order in an access search

    So basically, what I have is a bunch of words in one memo field, for example: dog cat cowboy tree flower To search it, this is the code I have now. ' Check for LIKE Last Name If Me.txtLastName > "" Then varWhere = varWhere & "[LastName] LIKE """ & Me.txtLastName & "*" * " AND...
  5. D

    Oh no...Form Search!

    I looked at Gromit's example http://www.access-programmers.co.uk/forums/showthread.php?t=99353&highlight=search , on this forum, and I'm combining it with my own database. So, what I have no is a wierd hybrid between both databases. I'm sure it's a very easy problem, except I'm new to access...
Back
Top Bottom