Search results

  1. D

    Export table to HTML with titles

    Hello, I'm exporting a table to html format, but the html file does not have any titles. How can I add the titles so that the user knows which field is which? Thanks, -DIMA
  2. D

    Save changes to a table

    Hello everybody, I guess that this is kind of a basic question, I hope someone has the answer. This is about a contact database. I have a search form that allows the user to search by either first name or last name. The user gets the list of contacts that meet the criteria in a listbox, then...
  3. D

    Minus Operator

    Hello, I was wondering if I can use the MINUS operator in MS ACCESS 2000!!! I have a contacts database that also contains multiple mailing lists. I have the following tables: Contacts (ContactID, Fname, Lname .......etc) MailingLists (MailingListNb, MailingListName) MailingListMembers...
  4. D

    Add record form

    I have a contact database and I'm trying to create a regular add form so that the user can add new contacts. On the form, I have unbound text boxes for all the fields of the "contacts" table. I also have a buttom that the user has to push after he/she enters data so that the data could be added...
  5. D

    Like in a query

    Hello, Does anybody know how I can use the LIKE operator in a query in Access 2000. I'm trying to put it in the where clause of my sql: where Contacts.FirstName Like [forms]![search].[txtFname] This query is not working. Does anybody know why? Can I use "LIKE" operator in Access 2000? If not...
  6. D

    Report out of a listbox

    I have a search form that allows the user to search a contact database and obtains contactId, FirstName, LastName and CompanyName the obtained records are placed into a listbox (lstResult) I want to add a button that would open a report that cotains only the records that are in the listbox...
  7. D

    Values from list box to report

    Hello, I have a contact database. On the search form, I have 2 text boxes to allow the user to search by firstname &/or last name. After enterting the search criteria, the user should press a button so that all the records that meet the search criteria appear in a list box. I did that by doing...
  8. D

    Search Button

    Hi Everybody, This is about a contact database. I have a textbox and a search button. I want the user to type in the last name into the textbox and hit search. The results should appear in a subform that I have already created. this subform reads all the info that I want from the table that I...
Back
Top Bottom