Problems with view for new users

hello everyone!

I have more questions, whichre complicating me a lot and I cannot resolve.

I have 2 menus

1. NEW USERS
2. USERS ALREADY REGISTERED

For new users, the NEW form should open... but it shows me the drop-down list for already registered users... which it shouldn't, because it is a view for new users.

carobernachea_0-1717019756575.png
I don't want it to show me this, but rather to open my view directly, as if I were pressing that NEW button.

Is there something I'm doing wrong?
I leave the structure of the entire app

carobernachea_1-1717019842829.png

 

carobernachea_2-1717019853731.png

 

carobernachea_3-1717019869775.png

 

carobernachea_4-1717019884159.png

carobernachea_5-1717019931017.png

 

carobernachea_6-1717019942956.png

 

NUEVO_REGISTRO = NEW_USER
FORMULARIO_INGRESO = ENTRY_FORM
FORMULARIO_SALIDA = EXIT_FORM
USUARIOS = USERS

 

VIEWS

carobernachea_7-1717020136514.png

DATABASE

https://docs.google.com/spreadsheets/d/1im-aDziGRnyqd-8my3t4GROmEbomWuBtK3A-u42y-Xw/edit#gid=2001320...

Thanks in advance for all your help!

Solved Solved
1 2 148
1 ACCEPTED SOLUTION

Put LIST() in the Suggested Values field of your column.

View solution in original post

2 REPLIES 2

Put LIST() in the Suggested Values field of your column.

thanks!!