Search results

  1. B

    Duplicate data in a combo box

    Hi everybody, I have a little issue here! One Column in my table has multiple entries of the same data I have built a query called "QryForm" using the table column and added it to my form as a combo box called "CboForm" But when I open the combo box it displays all the duplicate entries, is...
  2. B

    Creating an Xcopy Command

    Hi Could anybody tell me how I can get this code into a VB Script xcopy P:\DATA.* C:\Database_Search /i /f /y Basically when the CmdButton is clicked it copies all the “DATA” files from P:\ to the folder C:\Database_Search. Additionally, if the destination folder does not exist it must...
  3. B

    Searching multiple text fields

    Hi I am new to Access and this may seem a very simple thing to some of you, but I am trying to build a simple search engine for my database. “Well simple to use anyway”. I have 5 columns in my database with 1000s of rows of data. I have built a form called “Form1” with 5 text fields...
Back
Top Bottom