Search results

  1. M

    Zip Button

    I currently was able get ghudson backupandzipit program to work. I saved it as Zipdb in the modules. What I wanted to do was run the program by clicking a command button in a form. The problem is I don't know how I would do this, I must mention that I am a little slow so even from the very...
  2. M

    Relink Tables

    I recently did a search to find out how I would send a database with linked tables so that they could read all the forms. In my search I came accross this site http://support.microsoft.com/default.aspx?scid=kb;en-us;159691ACC Procedure to Create Data Sources and Relink ODBC Tables (Q159691)...
  3. M

    Zipping database

    Hi everyone, let me first start by saying I am horrible with programming and could really use anyones help. I have a database and I want to send it to some clients. The database contains a control panel that has a lot of buttons that link to different forms. I would like to have a control...
  4. M

    Sending Linked Tables

    If I have tables that are linked to a database and I want to send those tables to a client how would I go about doing that. Since you can not view the forms unless the tables are linked properly the person I would be e-mailing the forms to cannot do anything. Here is where they are located...
  5. M

    Saving Changes

    I added a control button that when you click it, it mails a form. I also added a popup box that says "Would you like to save your changes before mailing", but when this comes up it has the choices of "Yes" and "Cancel", instead of "Cancel" I would like it to say "No", what should I do. Here is...
  6. M

    Sending Email

    If I were making changes to a form and I wanted to send an email by clicking the command button and I want a box to pop up saying send with changes or send without changes so that it would either record the changes that I have made or not. How would I go about doing this? Also lets say I...
  7. M

    Percentage Costs

    I have 6 records, with each of them having individual costs for either Germany or United States. On the bottom I have the overall totals, Germany totals, and US totals, with Germany at 42 percent of the overall total and the US at 58 percent. Is there anyway I can play around with the...
  8. M

    Expression

    How would I go about writing this if I wanted just the end of this statement DATABASE=\\nawemugufs10vb\RV92_RV82\ML43ML\IPMSD-CL-FY05-RAM-2004218.mdb i.e all I want to show is IPMSD-CL-FY05-RAM-2004218.mdb in the text box. The expression I have now in the control source is...
  9. M

    Syntax

    I am trying to get the sum of the government workyears with the appropriation id with any letters with GE on the current form that is showing. Here is what I have so far but everytime I try to add something it gives me #Name? : =DSum(" [Government Workyears] ","tbl-costs","[Task ID] =...
  10. M

    Link Database

    I have a control pannel that when you click on one of the buttons it displays a different form with more buttons that leads to other forms with buttons. In the control pannel I link to a certain database I want weather its 2005 or 2004 or 2003 data each with a different country. So for...
  11. M

    dsum

    I am trying to make a total text for two fields (don't know if I said that correctly). I have a black field and a red field with many different records for cash totals for each. What I mean is lets say for example there are 8 records on one form and 5 or them are red and 3 are black, each record...
Back
Top Bottom