Recent content by Mallol02

  1. M

    Update information from table to table

    Yes i can do this in the main table because my primary key is a no duplicate but the other tables will duplicate the File number. because of the services.!
  2. M

    Update information from table to table

    Greetings, I have a database that the user enters a file number for custumers and those file number will be related in other tables. Example in my Main Form I entered the file number of AR-1234 but in the subform all the information i enter will save that file number. and that file...
  3. M

    How to create a Query to Update values in a Table

    ok. i have a database that share information about client information with another database. when i said that have a yes/no duplicate is because both database have the same identifier for the client. ok! let say that i export all information about the clients and the other database have to make...
  4. M

    How to create a Query to Update values in a Table

    ok. i have a database that share information about client information with another database. when i said that have a yes/no duplicate is because both database have the same identifier for the client. ok! let say that i export all information about the clients and the other database have to make...
  5. M

    How to create a Query to Update values in a Table

    Thanks for the Reply... I tried to Update from one table to another but not success.! i don't know what to do.... both tables have a yes no duplicate on one field but the rest can be updated or modify.
  6. M

    How to create a Query to Update values in a Table

    are there any possibility to solve this one?
  7. M

    How to create a Query to Update values in a Table

    Hi everyone, I don't know how to actually create a Query or a Code to Update Information on a Table that have a field that in the index is a YES/NO DUPLICATE. The only thing that does not change is the auto number. but all the information may change. I have created a macro to transfer that...
  8. M

    Import and Excel to Access

    Hi Uncle Gizmo, But i don't understand what are you trying to explain. but i get and error "You entered and Expression that has an invalid reference to the Property FileSearch".
  9. M

    Import and Excel to Access

    Hi Everyone, í'm trying to create a module that verify if the Filename that is created in Excel have a record. IF this filename in Excel doesn't have a record, the module will not transfer any information and it will display a MSG saying that there are no records to transfer. Well. in Access...
  10. M

    Export "Transfer" Query to Excel

    Namliam, Thanks for your Help this code works excellent.. and its what i'm looking for!
  11. M

    Export "Transfer" Query to Excel

    Hi everyone, i have a DB that i have to transfer some information from my table to a spreedsheet in Excel. i have no problem at all to do this event, but my concern is if i can actually give a periodical name to the file that i'm tranfering. for example 03/03/09TBLSCHOOL and for the next month...
  12. M

    Need Help on a Search Form

    I need help with the Search form. i created a Combo box for the search and also a Cmd botton to open the main form. That main form have a subform that is the one that actually contain the information that i'm searching for. The main form just show some other information that its link with that...
  13. M

    Help With LinkMasterFields/LinkChildFields

    Boblarson, Thanks for the Help that was my problem i was not looking on the names in my Master/Child fields hehehe i feel like *^&%^... You have provide me a great help, thanks
  14. M

    Help With LinkMasterFields/LinkChildFields

    Thanks, i understand that but also i'm changing the SourceObject to one form that actually i can use the Master/Chield.
  15. M

    Help With LinkMasterFields/LinkChildFields

    Hi, i'm trying to create a form that uses and unbound subform; this is the easy part but, that unbound subform will change change when i click a CMD botton. and also the LinkMasterFields/LinkChildFields will change because i'm changing that subform to another subform. this is the code i'm using...
Back
Top Bottom