Assign activity with checkbox.

imousen

New member
Local time
Today, 08:59
Joined
Feb 26, 2022
Messages
7
Hello everyone,
I have a table of project activities. I want to select some activities from the activity list using checkboxes and assign them to the respective projects based on the project name. how can i accomplish this?
if you have a sample file, please share it with me. Thank you.
 
Cycle through the list and use an update query on the ProjectActivity table for all that are selected.
A sample file is highly unlikely, but Google is always a good start.

 
Please take a screenshot of your Relationships window and attach it using the Attach files button below, so we can know how your application is designed and what fields are in those tables. Then, maybe someone can advise you.
 
Hello everyone,
I have a table of project activities. I want to select some activities from the activity list using checkboxes and assign them to the respective projects based on the project name. how can i accomplish this?
if you have a sample file, please share it with me. Thank you.
Hi. Check out this demo at UtterAccess.
 

Users who are viewing this thread

Back
Top Bottom