Recent content by lskuff

  1. L

    Changing Backgrounds

    Thanks Thanks! Worked great
  2. L

    Report Focus

    How do I make a report open in front of a pop-up form?
  3. L

    Changing Backgrounds

    This is probably not something that hard, but I have a which is looks different whether one person ran a seminar or another person ran a seminar. The only thing different is the background picture and I just need to know how I can make it change depending on who ran the seminar (a field on the...
  4. L

    Report Format/Print Problems

    I am having some issues with a database I am developing for a company. The problem is with the reports. When on my machines everything on the report looks fine and prints fine. But when they are run on the machines of the company the reports don't look the same as on my machines, they don't fit...
  5. L

    How do I parse text?

    yet another question. I have a table with people's social security numbers. I also have a form and in a text box on it I want to display the last 4 digits of the social security number (it's Text with dashes). How do I parse the text?
  6. L

    Form Filter Question

    Thanks! That worked perfectly.
  7. L

    Table Question

    Sorry, I don't think that I explained myself quite right there. I do have an AttendeeID that each attendee is indexed by. But when I do a querry to get the SSN from the Attendee table it does not work. What happens is in the SSN field of the SeminarAttendee I have a combo/list box that drops...
  8. L

    Table Question

    I have a question. I have a table called Attendees and another called SeminarAttendees. The Attendees form has just a list of all the Attendees' information (name, ssn, address, etc) and the SeminarAttendee form has other information. I need to add the SSN from the Attendee form to every...
  9. L

    Form Filter Question

    I have a question about applying a form filter with a button. I have a form "Seminar" that has a field "Completed" with a check box. I want to add a button to the bottom frame which when clicked only shows the Seminars that have the check box clicked. I also want the text on the button to change...
  10. L

    Form focus question

    Well I set both forms with modal = off and I set pop-up = yes on the form that I want to open and now everything works. Thanks!
  11. L

    Form focus question

    I have a question that I guess is pretty easy to correct...but I don't know how. I have a form which links to another form with a button. The problem is that when the button is clicked the focus stays on the first form and the form that I want to open is in the background and even if i click to...
  12. L

    Pictures in reports

    Changing Pictures in reports (I need help fast-deadline) I need to know how I can make a picture on a report change depending on what the value of something is. I am making a report that people can print to give out as certificates for completing a seminar course. And on the certificate there...
  13. L

    Linking from one form to a new record in another form

    Thanks! That worked great. Just one more quick thing. How can I make the new black form be focused. How it is now it is behind the Seminar form and even when I click it I can't get it to show up on top of the seminar form.
  14. L

    Linking from one form to a new record in another form

    I need to know how I can link from a form to create a new record in another form (so that no data shows up on the form). For example there is a Seminar form and a form that has a page of information on each seminar attendee (name, address, etc) and I need to make a button to add a new attendee...
Back
Top Bottom