Recent content by ruan567

  1. R

    Disappearing labels and other controls

    Disappearing labels Cool - will have to do it tomorrow though. Ruan
  2. R

    Disappearing labels and other controls

    Hi, thanks for trying to help. I had another look, and what I did was the following: I have a form. On top of the form I have my input boxes (directly on the form) and my labels. The form is filled with a background colour . This works fine. Afterwards, I drew a frame around the controls, set...
  3. R

    Birthday query

    Solution! Found this from access solutions and thought I should share it in case anybody has the same problem ever again: Microsoft Access Database Solutions - Selecting birthdays within the next 30 days: The following example shows how to create a query in SQL (Structured Query Language)...
  4. R

    Birthday query

    Hi everybody, I posted this problem in another section as well, since it originally started out as something different. So I moved it here now. Some pseudocode: If (birthdate.month and birthdate.day) between (fromvalue.month and fromvalue.day) and (tovalue.month and tovalue.day) Then display...
  5. R

    Disappearing labels and other controls

    RE: Disappearing controls The smallest I can get it is 108kb. (even compressed and compacted and all data stripped from table) So I can't upload it, the maximum size is 100kb. :( Ruan
  6. R

    Disappearing labels and other controls

    Hi guys, I have an input form that exhibits strange behaviour. If I click on the background form or on certain controls while the form is waiting for input, some of the controls disappear. When I click on the area where I know (for example where a textbox was) it'll appear again? Anybody have...
  7. R

    Flickering form

    Hi everybody! I have a database I am creating with access (the office xp version). The problem is, I need a fairly large static picture as the form picture, and everything happens in front of the picture - but as soon as I scroll up or down I get a terrible flicker. I have resized the image to...
  8. R

    Query/form problem

    Thanks! Hey that worked! Thanks a lot!
  9. R

    Query/form problem

    Hi guys! I have created a query that gets its parameters from a form, but did not like the standard output that the query presented me with. I therefore decided to create a form based on the query, that displays the results in a format that I like. If i double-click the queryform, it displays...
Back
Top Bottom