re:Best way to set up accounts and sub-accounts



I am learning Access myself. The approach I would take is to have a
separate table for accounts and for subaccounts as you have done. In
the subaccount table add an Acct field. Go to design view and for the
Acct field in the Subaccount table go to the Lookup tab and select
combo box for Display Control; for Row Source Type select
Table/Query; for Row source, doubleclick on the three dots and select
your accounts table. This should open up your accounts table in query
view. Add fields to query that you want to show up in the drop down
box. For bound column, select the appropriate column number. For
example, if you have acct # as 1st column and acct name as second,
select 1 if you want the account number added to the table or 2 for
account name. The rest of the options should be easy to figure out
if you understand this much. Hope this helps.

.



Relevant Pages

  • Re: T-SQL Help
    ... empname varcharNOT NULL, ... SELECT empid, mgrid, empname, salary, ... > Accounts one to many to Subaccounts ... > But this returns a record for each person in the subaccount. ...
    (microsoft.public.sqlserver.programming)
  • Re: Problem with Code Because I already have an Open Query
    ... FROM [RESPEL ALL CHARGES] INNER JOIN RESERVATIONS ON [RESPEL ALL ... The too few parameters error means the query is missing values for 3 ... I use a QUERYcalled "ACCOUNTS" because it takes data from different ... Now from there I use a Form "ACCOUNTS SEARCH" with a SubForm to filter ...
    (microsoft.public.access.forms)
  • Re: Problem with Code Because I already have an Open Query
    ... Make a copy of the Accounts query to work with call it qryAccountsCopy. ... FROM [RESPEL ALL CHARGES] INNER JOIN RESERVATIONS ON [RESPEL ALL ...
    (microsoft.public.access.forms)
  • Re: Problem with Code Because I already have an Open Query
    ... Make a copy of the Accounts query to work with call it qryAccountsCopy. ... FROM [RESPEL ALL CHARGES] INNER JOIN RESERVATIONS ON [RESPEL ALL ...
    (microsoft.public.access.forms)
  • Re: Problem with Code Because I already have an Open Query
    ... Make a copy of the Accounts query to work with call it qryAccountsCopy. ... FROM [RESPEL ALL CHARGES] INNER JOIN RESERVATIONS ON [RESPEL ALL ...
    (microsoft.public.access.forms)