Results 1 to 10 of 10
  1. #1
    Big_Apple is offline Novice
    Windows 11 Office 365
    Join Date
    Dec 2024
    Posts
    2

    Popout Form for Task Entry

    Can this be done...

    Form One: Contact Details ( See, CREATE TASK BUTTON ).

    Form Two: Task Popout

    What I am attempting to do is have a Button on the "Contact Details" form when selected will open a second form called "Task Popout". The Task Popout forms purpose is to associate tasks to the contact record that I can input, they are inventoried below, and later delete tasks as they are completed.

    I would also create a report for the entire Contact Details table so I have insight on what tasks are due for each contact.

    Also, this can't be done using macros because corporate won't permit them.



    Thoughts?
    Attached Thumbnails Attached Thumbnails Screenshot 2024-12-29 140701.png  

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,555
    Well even the wizards generate code, so you are pretty much out of luck, in that case. I assume that form has no validation whatsoever, in that case?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 11 Access 2021
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    No macros but you can use VBA?

    Why delete data? Just mark task "completed".
    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.

  4. #4
    Big_Apple is offline Novice
    Windows 11 Office 365
    Join Date
    Dec 2024
    Posts
    2
    I would say that VBA can't be used. Can a person create a popout as noted above?

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 11 Access 2021
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Not without macro or VBA.

    How does corporate enforce this policy? Maybe you need to talk to IT?

    Seems often apps using macros can be rejected by firewalls but VBA will pass.

    Welsh, some validation can be done with properties.
    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.

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,555
    Quote Originally Posted by Big_Apple View Post
    I would say that VBA can't be used. Can a person create a popout as noted above?
    No, as mentioned even if you use the wizard to create that button and follow through to open a form, that will generate VBA.
    I just tried it now and it generated an embedded macro and no way yo change to VBA. That appears not to work for embedded macroes.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  7. #7
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,422
    Maybe an embedded macro would pass, but I don't think I've ever used them so who knows? Besides, can't all of this be avoided by making the task list a subform? Then you can append/edit tasks in the subform. I agree - flag the task as completed instead. Even better, give it "Complete" as a task status and have a LastUpdate Date field. You can only date stamp the last task status that way. If you need to maintain task status history you need a table for that.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 11 Access 2021
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Welsh, even embedded macros can be converted to VBA. Form in design view, choose "Convert form's macros" from ribbon.

    I almost never use wizards because they do things I don't like.
    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.

  9. #9
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,555
    Quote Originally Posted by June7 View Post
    Welsh, even embedded macros can be converted to VBA. Form in design view, choose "Convert form's macros" from ribbon.

    I almost never use wizards because they do things I don't like.
    Thank you June7. I was looking in the macro views.
    Using the wizard for form actions, I could not see how to open in acDialog mode?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 11 Access 2021
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    It's a WindowMode option of OpenForm embedded macro. Make this change after wizard builds macro.

    I just did testing with Outlook. Files with macros or VBA are blocked unless you zip them. Zip file prompts a warning but the file passed. Opened zip folder and moved db to local folder just fine.
    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: 2
    Last Post: 06-24-2016, 05:46 PM
  2. Replies: 4
    Last Post: 07-20-2015, 07:11 AM
  3. I need a Warning Popout Box!
    By Z1nkstar in forum Access
    Replies: 11
    Last Post: 11-06-2014, 01:03 PM
  4. Replies: 3
    Last Post: 05-15-2014, 01:13 PM
  5. Replies: 2
    Last Post: 03-27-2013, 02:38 PM

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