Hi all!
I have several buttons in database that runs exactly same procedure (Save and Close).
In order to avoid duplicating codes I'm trying to create subroutine and call it with buttons event.. I hope it could be done..
The problem is that when subs containing codes are called they won't work...
Hi,
I have a form and a subform which are linked via master and child fields.
Somehow, when I run form it keeps asking for Parameter value.
I checked it several times but I can't get it working without pop up.
In short, database have 2 related tables (subject and document), SearchSubject form...
I have navigation form with 2 tabs I'd like to limit access to users with certain type of account.
There are 2 tables in database that contains user names and types of accounts (tblSecurityLevel and tblUser), and they are used to set user name, login and security level.
It works this way: when...
Hi!
I have strange issue when creating auto populated text boxes which displays rows from combo boxes.
In one database auto populates works with simple text box Control Source edit "=[ComboName].[Column](NumberOfColumn)".
Somehow same method doesn't wotk in different database: here one time I...
Hi all!
I searched for this issue but can't find anything that could help.
I am creating simple db for document control.. or honestly I'd like to create it.
DB consist of 3 Tables:
tblCountry
tblState
tblCity
and a Form (frmCity) with cascading combo boxes that allows us to enter new City...