How do I create a dependency, so that when a user's name is selected to...
In QuickBase we call what you refer to as a dependency, a relationship. A relationship always involves two tables.In the example above one of the tables would be a table of users. The users table would...
View ArticleHow do I have one drop down list's choices determine the choices available in...
You can indeed make one dropdown list dependent on the user’s choice in another dropdown list. The dependent list is called a conditional dropdown list. This article provides a quick overview of the...
View ArticleCan I set a date field to always default to the current date?
Yes. Please read this help topic: https://www.quickbase.com/help/configure_date_fields.html
View ArticleHow can I automatically populate many pieces of user information into Project...
You will need (at least) two related data tables to achieve this result. Assume that you already have a table called Projects with a User field called 'Assigned To'. This article will show you how to...
View ArticleHow would I automatically download QuickBase tables and their attached files...
QuickBase Desktop is a Microsoft Access database with some VBA code that mirrors QuickBase databases to MS Access tables and their attached files to your hard drive. It also features a sync button that...
View ArticleHow do I create an automatically increasing sequential number or...
If you create a formula numeric type of field, you can reference the built in field Record ID # to increment your number automatically. If you're not familiar with creating new fields, the following...
View Article