Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: risicare
  • Content: Threads
  • Order by date
  1. risicare

    Modal property after form opened as dialog

    I'd like to determine whether a form has been opened in dialog mode (modal = yes, popup = yes) after using DoCmd.OpenForm. I thought it would be as simple as - If Me.Modal = True And Me.Popup = True Then ... BUT, Me.Modal returns FALSE even when the form has been opened as dialog. Is there a...
  2. risicare

    Upsizing to client server. Useable on Windows and Linux.

    I have an Access database that has been my design platform. It now does everything I want it to do. I now wish to upsize it to client server. Ideally I would like a SQL-based relational database that will be as comfortable running on Linux as Windows. I intend to write a browser based...
  3. risicare

    Printing Form Control Labels. Variable visibility.

    Hi, Strange one. When printing a form and selecting "Print Data Only" check-box on the Page Set-up menu, some control labels are visible and some are not. Mostly they are not visible, but I have a form on which they are all visible, but I don't know why. Copying and pasting one of these...
  4. risicare

    Programmatically Setting Subreport RecordSource

    I'm having difficulty figuring out how best to set the recordsource of a subreport using vba. The key point is that the recordsource of the subreport needs to change in response to a changing value in the detail section of the parent report. Is there any way that this can be done? Many thanks Jason
  5. risicare

    Programmatically set RecordSource and Filter property

    I'm using VB to change the SQL statement in the RecordSource property of a form. I would like the form to save the new SQL when it closes, so that the user goes back to the same record(s) they were at previously when they reopen the form. Reading through Litwin and Getz it is clear that the...

Part and Inventory Search

Back
Top