Results 1 to 2 of 2
  1. #1
    BigDDDD is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Dec 2014
    Posts
    1

    Having a Table-field on a Dashboard while the Table needs to be modified

    Good Day and Thank You for whomever tries to help me.



    I have a Sales table that is appended every week with new records. One of the fields in this table, we will call "Week". Data that I appended on Monday was for week 201446. Next Monday will be Week 201447. I have another table, called maxweek, that reads the Sales table after every week gets processed, telling me the max value in the Week field. I need this second table to be used in multiple join queries that are used later in the week.

    All of this has worked perfectly for years for me until I tried to make a helpful text object on a form that is used as a Dashboard. I want the users, when they open the db, to visually see what was the last week of sales appended into the Sales table. The problem....the macro that loads my new sales every week and then recreates the maxweek table has a conflict. The Dashboard is looking at the maxweek table and therefore does not allow it to be deleted (and then recreated.)

    Does anyone have a clue how to resolve this without VB code? I'm afraid that my VB skills are less than my Access skills.
    Thanks again.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    Don't delete and recreate table (this a db design change and really not good idea to program this into a routine process) - just delete records and import new records to existing table.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 08-27-2014, 04:16 PM
  2. Replies: 3
    Last Post: 03-07-2014, 10:39 AM
  3. Replies: 1
    Last Post: 04-26-2013, 05:30 PM
  4. Replies: 5
    Last Post: 11-01-2012, 09:26 AM
  5. Replies: 10
    Last Post: 05-08-2012, 09:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums