Search results

  1. L

    A simple Question (I think)

    A very simple question I have 2 tables, a tblClient: ClientID(autoNumber) ClientName ClientCity ClientState ClientZip and tblAddress: Zip City State so now I made a form and I am trying to understand if it is possible without writing VB to be able to do the following: 1- input the client...
  2. L

    City State Zip??

    Does any one know of a place online where you can get the tables (for free I hope) for a city state zip comboboxes, or at least the tables for all cities in the US.
  3. L

    design/structure question

    Hello all, I am starting to get an idea of how access works (at least I know now where the surface is). I am having a design/table/form problem. Here is what I have: a form called 'Enter Product' , in this form I have a YearDate, YearMonth,YearDay fields (I am not sure how queries work at this...
  4. L

    Just starting with forms

    Background: I have the foloowing tables tblClient: ClientID (PK) ClientName other client details tblMachine: MachineID (pk) SerialNumber ClientID (fk to tblClient) other machine details tblProduct ProductID (PK) ProductName tblReadout: year_date month_date(pk fld1) day_date(pk fld2)...
  5. L

    a General Form structure/work question (LONG)

    hello all, I am very new to access (my background is in VBA Excel, but I am not using VBA for access yet). I was wondering if some of the more advanced people can give me pointers on how to accomplish (or work my way) to make the kind of form I am trying to do. What I am trying to do is the...
  6. L

    combobox value inserted as ID#!!

    I am just starting with access and I have a VERY stupid question. I made a combobox (it gets its values from a table with 2 colums the first the ID and the second is the products) when a user selects one of the products in the combobox the combobox is supposed to update another table with that...
  7. L

    New To access.. Importing and using question

    Hello all, I am all new to access and I am trying to convert a program I made from excel VBA to ASP.net using access data bases. I am not even sure if this is possible, but I started looking into access couple of days ago, and reading examples of using it for websites etc. that I think it might...
Back
Top Bottom