Very new to Access, so I am not sure about what it is. I think ComboBox with multiple values. By clicking the field you get a list with tickboxes. Multiple boxes can be ticked. The ComboBox value options are based on another table.
Property sheet reads:
Selection type: Combo Box
Row Source...
Thank you for the reply.
Could you maybe provide a link that explains the "best practice" alternative to the lookup?
Regarding the second part, I wanted to give additional detail but may have complicated things.
Basically what I want is that if a new entry is created via the form, the lookup...
Hi,
could somebody please explain how I can set multiple default values in a ComboBox in a form. The ComboBox is based on a table and my main table also uses the ComboBox.
Example:
Main table has a column "Brands". The ComboBox is based on another table which includes the following items...
Just in case somebody cares for the solution:
- I built several queries, each checking one criterion
- I wrote VBA code that builds the SQL code, by using a lot of IF(x,a,b) that write the string depending on which switches in the form are selected.
- An important help was to write the SQL code...
Thanks for the reply and sorry for the confusion. I meant VBA, but am used to use the term macro interchangeably (which I am sure is incorrect).
The reason why I was talking about combo boxes is that my main tables (hairdressers and customers) both use combo boxes. E.g...
Thank you for the link. Very helpful!
Current plan on what I read:
1) Make a query for each criterion (e.g. budget of customer vs. price services, services wanted by customer vs. services offered by hairdresser)
2) Write a macro that uses IF( , ,) statements to write the SQL code that will...
Thank you for the reply and the "welcome".
I am indeed new to access, but experienced with Excel and (some) VBA, so naturally I was looking into code that would "insert and join" certain tables in the query. No success though.
Generally, the problem (enabling to activate query criteria via...
Hi,
I am trying to make a form where the user can check/uncheck query criteria via several check boxes. The idea is that the user can start with many criteria and then deselect criteria if the search does not return enough results.
I have been setting up several queries and thought I would...