I have figured it out by importing the table from database-A into the Master DB and then exporting it to database-B and then deleting the table out of the master db.
If anyone is interested here is the code as I used as an example
DoCmd.TransferDatabase acImport, "Microsoft Access"...
Hi All,
I am trying to copy/transfer tables from one database to another BUT doing it from a master database. For example, the Master database has a button that when clicked will copy/transfer tables from database-A to database-B (so 3 databases in total)
I have searched for awhile and cannot...
HI Andy,
Haha, yeah the code is aligned properly, I had to copy it in a hurry and send it after pasting it in notepad; it lost alignment when I did it.
I will check everything and see if it runs.
Thank you for looking at it.
Rick
HI Andy, sorry for the delay but was dealing with a TS/Hurricane from Debbie.
Anyways, here is the code on form load and what I have in the module
Private Sub Form_Load()
DoCmd.ShowAllRecords
Dim strMsg As String
If Weekday(Date) = vbFriday Then
strMsg = "Please Run Your Weekly Report at...
Hi Andy (and everyone else [bigsmile] )
Unfortunately the Month end popup did not come up, however the Weekday Friday worked perfectly.
I am not sure why it didn't work as I made sure all was put in properly as stated above; there was no error it just never appeared.
Thank you again!
Thank you so much for everything I will put the code in and try it in real world this month end coming.
One of the reason it isn't automated like you suggested (as I wanted to do as well) they wanted to make it manual and up to them to complete.
Please check back on or after 8-1 and see the...
Hello,
I tried the code and put the function and all seems to work except the "Please Run Your Monthly Reports at EOD!" , it just gives a blank message Microsoft Access popup box. This was putting my date and time to July 31 which is a Wednesday. I also tried it on June 28th which is a Friday...
Yes, the popups are just reminders for them to run them manually and you're correct they do not work weekends.
I Want the msg popup to appear every Friday for the weekly report quote.
When the last day of the month comes around I want it to appear on the day it is as long as it is Mon-Fri , if...
Andy,
I did test it and it worked but I found a flaw in my own logic once it worked.
What if the last day of the month was on a different week day, Or if its on a sat or Sunday I need it to show up on the Friday before that Sat or Sun.
I still will need the weekly report to run every Friday...
Hi All,
Maybe someone can assist me in trying to get this code to work? I have half of it working but not the month end part.
What I need:
When launching the database or if it is already loaded and you show all records and it is a Friday then show the message in a popup box saying "Please Run...
Zelgar,
I couldn't get it to work but I found a work around by doing a vlookup+match and naming the cells to make like a table and it I am now able to get the values to come in.
Thank you all for your assistance.!!!
I did include it in the information.
Like i stated before, basically on sheet 1 you would type in column a the year, and select from the drop-down list in column e. the formula i am needing help on will go in column d on sheet 1. Based on what you type in column a and pick from column e sheet 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.