Search results

  1. O

    Internet>>Making application available over Internet

    What is the easiest way to make an application available over the internet? My web master says we'll need to rewrite most of it in ColdFusion, but there must be a better way. I'm new to web deploying apps so I have no idea where to begin. Please provide as much info as possible. I thought the...
  2. O

    Form to update a record...

    I found the problem. If it was a snake, it would have bit me! I was using a macro to open the form. Within the macro I was opening the form in read-only mode. I changed this to Edit. Now its working! Thank you for your quick response!
  3. O

    Form to update a record...

    I really don't know. I guess I should ask: What would prevent data on a form from being changed? If I move my cursor into a box with data, I can't do anything. Thanks :D
  4. O

    Form to update a record...

    Don't think this will work because the form is not tied to a table. It's tied to a query. You can't make changes to any of the fields. Thanks
  5. O

    Form to update a record...

    I have a form that is populated by a query. Once this data is retrieved, I'd like to be able to make changes in order to update the record on the table. Can this be done?
  6. O

    Print a Hard Copy of Form

    Is it possible to easily create a hardcopy of a form so that I can email it, or, print it out and give it to users to fill out?
  7. O

    Split tables>>Front end doesn't recognize backenc

    No, I actually get an error message stating,"MS Access can't find wizard...may be missing libraries key...reinstall Access..."
  8. O

    Split tables>>Front end doesn't recognize backenc

    I wasn't able to do this with my Access. Something is wrong with it. So, I got around my problem by importing the tables from my BE to my FE. Now its working fine. Thanks anyway.
  9. O

    Split tables>>Front end doesn't recognize backenc

    I split my database. Then got the bright idea to rename them. Now when I launch the front end (which contains the forms, etc.), I get a message saying that it can't find my backed. I've tried renaming the back end back to its original name, but its still not working. What is the best way to...
  10. O

    Switching focus from form to form

    Nope. It was simpler! I didn't realize the form had its property set for Popup. I just changed it to No. Thanks
  11. O

    Switching focus from form to form

    I have a switchboard. From the switchboard, I select a button to run a form (Search_Form). Running Search_Form allows parameters to be passed to a query. The query itself is attached to a form that displays the requested information to the user. However, when this form runs, the Switchboard...
  12. O

    Saving a record entered via a form

    Don't know if this will work for you but, check that the properties of the form are set to enable data entry. Instructions on how to do this can be found in Access's help utility (Search under Form, topic: Specify whether a form opens in data entry mode). Then, on my form I have a SAVE button...
  13. O

    Creation of "subtable" ?

    The "reagents", "Initial" and "final" are unique to each "DNA Primer Set". Much in the same way that symptoms of a disease identify a specific disease. It's true that each symptom can belong to more than one disease, but together they identify a specific disease. Though in my case, one...
  14. O

    Creation of "subtable" ?

    I don't even know how to ask this question! Is it possible to do something like this (dotted line is not part of the data): DNA Primer Set............Reagents.............Initial...............Final COMBIII.....................Template DNA.........50.....................7...
Back
Top Bottom