Search results

  1. D

    Append to a new table in diffrent db

    Hello, I have the following command button but what I would like to do is that when my 2 tables get transfered to the other db, I don't want to creat a table everytime, I want to append the new records to an existing table? But I have no idea how to do this.... Here is my code and it works...
  2. D

    Importing Excel fiel to Acess Table Opinion

    Hello, I am not too sure were to start with this...Here is the situation... I have different carriers that e-mail there new excel spreadsheet every 2 weeks, with new prices....But every carried has there one format...per example Carries Bell might look like this Country Code...
  3. D

    Automating the import of Excel data

    Can I also have a copy I was wondering if I can have a copy of thi form... dinafederici@yahoo.com Thanks
  4. D

    TransferDatabase

    Can anyone please help me with this issue
  5. D

    TransferDatabase

    Hello, I was wondering if it's possible to create tables with different names everytime I click on the transfer button...Because I don't want my tables to overwrite the data that is already there... Therefore would it be possible, if everytime I click on the CmdTransfer button, and my two...
  6. D

    Transfer tables to different db

    Disregard my previous post I found the solution..
  7. D

    Transfer tables to different db

    Hello, I have to table in my main db and what I would like to do is that once I click on a button my macro runs and then it takes the 2 tables and copies it into my backUp db..... But I also want to make sure that everytime I click on the macro well the old records in the table to get replaced...
  8. D

    Transfer records

    Hello, I have No Relatioship... I have to delete queried..... 1. DELETE DataTracking_tb.* FROM DataTracking_tb; and 2. DELETE AgentTrackingModification_tb.* FROM AgentTrackingModification_tb; The linked tables are DataTracking_tb and AgentTrackingModification_tb but when I run my delete...
  9. D

    Transfer records

    Hello, I create a db and I have 2 tables that are linked to my db named BackUp.....Everything works fine, but once my records get transfered into my table named BackUp, I need the original db to delete all the record in the tables, I create DELETE query and it works fine, but since my tables...
  10. D

    Refreshing Forms

    Hello I have a form named " Agrassion_form", and when I click on the OK button it saves the data in my table named Data_tb.. After everything is saved I would like for my data to close the current form and automatically update my other form..This is my code.. ' Close the current form...
  11. D

    Removing the Max from customized menubar

    Hello, I create a menubar for my db, using A macro, but when I establish the menu bar, I also see the MAX and CLOSE on that bar. Well I was able to disable the close X from the menu but I don't know how to disable the MAX. Can anyone please help me. :rolleyes:
  12. D

    Customized MenuBar

    Ok Thank I will look at it..
  13. D

    Customized MenuBar

    Ok, I did that, but why is it that when I first start the db the first sreen still has it available, even though they are stay to NO, but then whn I continue and open the other forms they are all disable...
  14. D

    Customized MenuBar

    Hello I created my own customized menu bar using a Macro, and it works fine, but I want to disable the close and maximize also from the menu bar. Does anyone know how to do this...
  15. D

    Locking Records

    Hello, I have almost completed my db, but now the only thing left in my application, is that I have to lock the data. I was testing it with my co-worker and if we are entering data in different forms, but then clicking on the OK button to save the records, well we both get the same sequential...
  16. D

    Form Refresh

    I have a 2 forms that have a timer event, but these two forms have to always stay open. Because there is an update every 30 seconds. But why is it that when I am entering data on another form, then everytime the other 2 forms refresh they overlaps on my forms, I want them to refresh but not...
  17. D

    Send form to back

    Hello , I was wondering if it'S possible to have a form open in the back of another. What I am doing is that I have a form and when the user logs in and clicks on the CONNECTION BUTTON I need a second form to open up but in the back of the main form, so I need to hide it.....
  18. D

    Form keeps on Flickering

    Does anyone know how to do this....
  19. D

    Form keeps on Flickering

    I have a continuous form and I have the timer set at every 1sec to refresh the screen... But the problem is that my screen keeps on flickering. This is the code I put in my form timer event.. ***************** Private Sub Form_Timer() DoCmd.Echo = False Forms!PCV_Dispatch_form.Requery...
  20. D

    Add Time

    Found Solution I was able to find the error, I just had to replace the m by n.. Thanks
Back
Top Bottom