Recent content by Mahira

  1. M

    Open blank form

    Thanks Rural Guy!!! When they click submit, it will close the form. Thanks again!
  2. M

    Open blank form

    Rural Guy, I have 2 forms that users will either use to update their information or on input new information. When the click their form on the switchboard, I don't want any records displayed. Then they can either use the find button or input. Am I making sense?
  3. M

    Open blank form

    Hello, I know I've read the code for this somewhere before, but I can't seem to find it. I'm using a switchboard to open a form, and I want it to open with no records showing. Please help!
  4. M

    Updating Tables

    It worked!!!! :D Thank you sooooo much.. Have a great weekend!!!
  5. M

    Updating Tables

    I have updated the make table query with the fields I want to add. I get an Action Failed message with the macro name ... condition: True ... Action Name: Open Query ... & Arguments: queryname, Datasheet, Edit. When I click 'Halt' I get 'You can't delete the table 'table name'; it is...
  6. M

    Updating Tables

    Thank you ... I got everything updated. The append query works perfectly. The make table query think I'm trying to delete it....:confused:
  7. M

    Updating Tables

    I have finally managed to figure out what is happening (I think). You click on a menu item that runs a macro. The macro opens and runs a make table query closes it then runs an append query closes that, and then opens the table (from the make table query) where I need to add the columns...
  8. M

    Updating Tables

    Thank you...here is the SQL SELECT [ALL 05/06Fall].ID, [ALL 05/06Fall].SSN, [ALL 05/06Fall].[Last Name], [ALL 05/06Fall].[First Name], [ALL 05/06Fall].[Middle Name], [ALL 05/06Fall].[Maiden Name], [ALL 05/06Fall].Address, [ALL 05/06Fall].City, [ALL 05/06Fall].State, [ALL 05/06Fall].[Zip code]...
  9. M

    Updating Tables

    I apologize for not being clearer. I need to add two columns. I have over 300 records in the table and need to update the two new columns. It is a select query. I added all of the fields from the table plus the two fields from an existing query. How do I find the underlying SQL?
  10. M

    Updating Tables

    Good morning, I'm a newbie....and I inherited this db. I have an existing table. I need to add two rows of information. When I add the rows, they are empty. I have tried running a query with all the fields from the table plus the two rows I need, but I loose 90+ records. What am I doing...
  11. M

    Clear Form

    It worked...thank you both!!:)
  12. M

    Clear Form

    Hello, I am new to the forum and fairly new to Access. And I inherited this database. :confused: I'd first like to thank you all for the very helpful information I've found so far! I actually have a couple of problems with this registration form. First off, I can't get it to clear all the...
Back
Top Bottom