Search results

  1. G

    minmaxbuttons

    does anyone know how to control the visibility on minmaxbuttons with visual basics and without using "form properties" or a generic command button? i only want minimized button to be visible and maximized and closed not visible. thanks to all in advance! [This message has been edited by gino...
  2. G

    saving reports!

    i need to have a save option for users to save reports to whatever format they wish, but i don't want users to use Save As/Export in the menu bar. if users use this option they have the option of saving to external or current database. any better way of accomplishing this? my main goal is...
  3. G

    complex report. need help or comments.

    i never made a report so complicated before so all of your assistance would be great. i have a date field that is based on one day. i want to pull the date field and have it to total by month. also, i need to be able to pull this report by range. am i going to have to create mulitple queries...
  4. G

    ways to keep reports original format.....

    yes you can export all reports to rtf, text, html, and so on but they all don't keep its original format. i'm thinking if there was a way of keeping all of its original format. i have charts on my reports and they disappear when exported. does anyone know how to do this? the only way i can...
  5. G

    problem using if statement in report! need help!

    i know...reports and forms function differently but i know there is a way of doing this. rather than using event i used this expression for the POINTS field for the control source. =iif([ACCURACY]>=89, "MEETING", "NOT MEETING") seems like its not reading the data right because i get "MEETING"...
  6. G

    restricting users to import objects..................

    i need help on creating a module to restrict users to import objects from my database to another but at the same time allowing only the administrator "me" to import objects. thanks to all in advance! thank you.
  7. G

    is there a way to save ALL records on a continuous form?

    i need to save all records at one time on a continuous form on open event. if this is possible, your help would be greatful. thanks to all in advance. [This message has been edited by gino (edited 06-15-2000).]
  8. G

    copying records from another query or table source

    is it possible to have a command button or event to copy records into another table on a form. for example i have a qry w/ employee names and another table used for tracking attendance. i need employee names to be copied into the attendance table..... can anyone give me an example for how to...
  9. G

    how do i replace "#NUM!" AND "#DIV/0!" in my reports?

    when i pull up the report sometimes text values appear because of invalid values or calculations such as "#NUM!" AND "#DIV/0!". i don't want to confuse the user who is pulling up this report. i want to replace these text to my own personal text. is this possible. for example, if #NUM...
  10. G

    how do you only allow users to use db frontend one at a time!

    i only want all user to open db frontend one at a time. how would you do this? for example, if user have db open and open db again. the second attempt will force user to close second application. thanks to all in advance.
  11. G

    want my forms to be viewed in maximized screen but don't want them to minimized form.

    want my forms to be viewed in maximized screen but i don't want user to minimize forms. how do you disable control box in the menu bar? if anyone understand me please reply. thanks to all in advance! [This message has been edited by gino (edited 05-23-2000).]
  12. G

    how would you secure backend?

    how would you secure backend? thanks to all in advance.
  13. G

    how do you disable other menus?

    thanks to R. Hicks, i know how to disable menu bar but how do you disable other menus? if anyone can help....thanks in advance.
  14. G

    any suggestions on making front-end more secured......

    any suggestions on making front-end more secured from allowing users to tweek frontend? startup is just not enough......i really don't want anyone to be allowed to view database window at all. shift key and other key combinations may allow users to view database window and objects....need more...
  15. G

    is it possible just to disable default menubar completely when open by user?

    can i just disable default menu bar? i can't seem to figure this out. i just don't want no menu bars open when user access my database through network.
  16. G

    for some reason my web browser object doesn't work...does anyone know what are the...

    for some reason my web browser object doesn't work...does anyone know what are the possibilities of this? thanks in advance!
  17. G

    is it possible to have 2 tables in one form w/o main and subforms?

    is it possible to have 2 tables or fields from two different tables in one form w/o main and subforms or a query? i just need one table as a lookup thats..all. i tried using query and subforms but it affects things that i want to accomplish. is there another option?
  18. G

    how do i create multiple reports to be sent in one email?

    i've created a command to email reports but it only allows users to send reports in email one at a time. as for me i can do this manually but many users wouldn't understand how to do it manually. is there an easier way for users to do this?
  19. G

    how do i disable print option in menu bar?

    i've tried to disable menu bar features in startup option but i can't seem to figure this out. if anyone knows how please reply. thanks in advance...
  20. G

    please critique my code!

    Here is a code i've just created and it works well, but i was wondering if it is possible for this message to show up only once? this is just a reminder message and i wish for this message to appear only once. I want the message "How many corrective actions have you created?" to appear only...
Top Bottom