Recent content by freddienet

  1. F

    Help with query when 1 field is empty

    I have a DB with 4 related tables. The 2 tables in question are bookings and services. The bookings table includes booking #, customer numbers, date booked and quantity. The services table describes the services. What I would like to do is query the 2 tables to see which service has not been...
  2. F

    multiple combo boxes on same form

    Thanks I'll try that. Freddie
  3. F

    multiple combo boxes on same form

    Thanks I will try using the queries, the reason for 2 tables is that each is require because of different information in each field for the 2 different years. We use the database to view results in the related fields. The database in almost entirely memo fields with notes of class results. If I...
  4. F

    multiple combo boxes on same form

    Thanks Database works fine. I would like to display information on the form that utilizes 2 different tables, related, each with the same fields, each table is almost identical but the fields are lableled last year in 1 and this year in the other. Each table key is the id used to related to...
  5. F

    multiple combo boxes on same form

    I need a form that has multiple categories, 7, listed one after another vertically. I also need the categories divided in to 2 columns. I need to have 2 combo boxes, 1 each controlling the info for each column. Can I do this on 1 form. Suggestions would be appreciated. Freddie
  6. F

    Backup Database

    I am learning VBA to enhance my databases for my customers. I would like to be able to backup the database from a button on the switchboard. Any suggestions on how to get started would be appreaciated. Freddie
  7. F

    255+ Characters

    Reports for text (memo field) Make sure when you use the memo field, on your reports, you set the properties to can grow. This way the memo field when displayed will show all text. Freddie new guy Hey from Ohio
  8. F

    Help with opening splash screen

    The goal is hiding the menu bar. I have accomplished that by inserting the commands listed here by several people, I appreciated that. I have inserted the command to hide the menu bar in the splash screen code. The problem is that when I open the DB without holding the left shift key down the...
  9. F

    Trouble hiding menu bar

    Thanks again Thanks for your continued help. Freddie
  10. F

    Adding New Hyperlinks only

    Thanks I'll give it a try. Thanks, Freddie
  11. F

    Adding New Hyperlinks only

    I have a database that keeps track of PDF files. The links to these files is stored in a hyperlink field. As new PDF files come out, usually in email, we save them to the PDF folder. In the form, add new record, we can right click and choose to add a hyperlink to the PDF. My question is how can...
  12. F

    Trouble hiding menu bar

    Trouble hiding menu bar/viewing shortcut menus First , I am pretty new to VBA code and such. I am trying to hide the menu bar when the DB is opened. When the db is opened it goes right to the switchboard form where I have added the additional form buttons. I read a post here that, (ghudson)...
  13. F

    Help with maximizing reports from parameter

    I am running a parameter query at the report level. The report runs fine but I cannot get the report to maximize on opening. I have put the maximize command in the code for the button. It will not maximize. Maybe I am putting it in the wrong place. Any help would be appreciated. Freddie
  14. F

    Help needed with maximizing reports

    I have tried to maximize a parameter query run from the switchboard. The report runs fine but I would like to open it maximized. I have tried putting the maximize command in the activate section of the report and it still does not work. Any help would be appreciated. Thanks, Freddie
  15. F

    Startup option questions

    Thank you Thank you, Freddie
Back
Top Bottom