Search results

  1. M

    Construction Costs Database Template

    I'm looking for a construction costs database templage. A friend of mine is getting ready to build a home, and wants to track and manage the cost of materials, labor, etc. I saw one once somewhere, but can't seem to remember where. Has anyone seen anything like this, would appricate a...
  2. M

    Relinking Backend & Frontend

    Can this be done I have done much research on relinking BE and FE tables. This forum has offered several solutions, but either I am unable to implement them due to lack of understanding, or they are not quite what I am needing. The relinking method I am looking for is contained in this zip...
  3. M

    Access or Excel

    I need to write a gradebook/report card application for a grade school. I have already built a pseudo app in excel, but here's the question. I need to also print report cards for each student. Again, I built an excel workbook for this but it contains 40 copies of the same report card each...
  4. M

    Declare References in Code

    Help, How do you declare references in VBA code? I have them checked in the references menu, but when I install my app on another pc some of the references are either not checked or are not in the same folder as the folder I reference to. Thus some of the commands in my app don't work. ie...
  5. M

    Compact a Split DB

    Hi All, I have split my DB into front and backend. I have compact and repair set to run at close. Seems that the back end is not compacting. Is there a way to compact a backend DB without opeing it? ie. can I make a control button or a menu item that will compact both FE and BE DB's? Or is...
  6. M

    Desktop Shortcut from Package Wzd ?

    Has anyone come accross a way to have the setup program created by packaging wizard to create a shortcut to my application with my icon on the desktop. It already creates one in the Start Menu's Program files. I tried using the 'after complete run' command line at the end of Package wizard to...
  7. M

    Email Examples

    The People of this Forum have been such a help, thought I would post a sample of the finished product. Many of you probably know how to do all of these in your sleep, but for those who don't, this may save the rest of you some time answering all those repeated email questions. Here are 3...
  8. M

    I've Run into a Wall (more than once)

    Run into a Wall (Jon K can you look again) This is where I am on this so far. I could not get a query to run based on parameters I chose on a form from unbound combo boxes. ie. send email (yes/no), State (list of states), etc. Now the first task works. Jon K has got me this far. But now...
  9. M

    Hayley, I Need help with a form

    Hayley This is the Zip file I found. But when I click send email it requires me to click send for each email found in the query. I have set the line in the code from true to false and vise verse but it still requires me to manually send each email by clicking send. any suggetstions? (post...
  10. M

    Loop Query Trouble with form Parameters

    Thanks to Mile-O-Phile, I have this great little form that will run a query that loops thru my table and gets every email address to paste in the BCC field of my email client (Outlook Express). So far So good! But I need the query to run based on parameters I chose on a form from unbound...
  11. M

    Combo/List Box Error when built with Wizard

    I am having trouble Building a Combo or List Box that will find a record based on a value that I select. I use the wizard in Access Office XP to build the Box. The values that the box is based on are the Partner ID and Last Name fields. the Combo or List boxt is Unbound. I set the Parter ID...
  12. M

    Trouble with "On Error Goto"

    Greetings, I am a light weight database designer and vba code writer. I need some help. I have a form with a delete button. Every time I click the Delete button, I need the form to warn me before deleting the record from the table or related tables. Currently, when I click the delete...
  13. M

    Database Warnings

    Help - I'm Able to Delete Records without Warning What is happening? I use Access 2002 (xp) with a 2000 DB format. I have a form that has been woring well since it's creation about 10 months ago. It has a control button on it to delete the current record. If I clicked this button in the...
  14. M

    Shrink My Package to a Smaller Size

    Now who would want to do that? Well, if you need to zip your package folder into an .exe and post it on the net, it's a must. Is there a way to get a Packaging Wizard Package with runtime files any smaller. My database is about 4 mb, but as a package the whole thing zipped with winzip is...
  15. M

    Send Bulk Email Thru Outlook from Access

    I have VBA code on an Access Form that will allow me to send an email messge thru Outlook Express to the email address in a field, but is there a way, using a modification of the same code to Send Bulk email to every email address in that field in my database Using a Query? I can get the...
Back
Top Bottom