Search results

  1. C

    WebBrowser Field update

    Hello, I have inserted a field on my form using the 'web Browser Control' tool. In there I have linked it to a file path on my server. The idea is that when I select a record this field displays the folders that are in that file path. This allows me to get quick access to those folders and the...
  2. C

    Opening a particular form based on ComboBox

    Hello, I think I'm nearly there on a piece of code to open a form. The code below which I harvested, does allow me to open the relevant form based on the support type i choose, however I am trying then to populate the linked field [SupportID] from the first form. The problem is the form could be...
  3. C

    Design method

    Hello, Is it prudent to have two tables when building a customer database, one for contacts and one for company names. I have a customer table which is based on company names and has fields for contacts. However, there may be many contact names for each company. So I'm thinking I should create...
  4. C

    Drop down box when creating a table

    Hello, I have a table of customers with simple short text fields throughout. I have then created another table where I refer to the customer table in a combo box. I used the lookup option when creating the table which then led me off to choose the customer table and sort the names etc. So in my...
  5. C

    Primary key in table

    Ok, so this is my first post - hopefully I'm in the right place. My DB form is for logging support emails. I have a primary key 1,2,3 etc and also a field where I want a reference to the support i.e. 2019-1-R The 2019 is the date, 1 is the primary key and R is from a combo box on the form. The...
  6. C

    Hello

    Hello, This is Craig. I have previously produced a database from scratch and learnt as much as i can by scouring the internet for snippets of code and ideas. It works well but i know that in the guts of it, it's a real mess. So, now I've joined here as I've created another database and want to...
Top Bottom