I have a simple SQL Database in SQL Server 2000. Two tables, one lisitng detials of an IT system and the other for Risks, they are linked on the SystemID column. The forms work with the system...
Hi Experts,
I have a form where the user should choose a value in a combobox field and then after clicking the add button another form will open up. I want this field to be mandatory, the ...
I've created an Access 2003 update form that has its Control Source set to a query. However, the form is coming up blank (empty fields) because the query is not getting executed because there...
Hello Experts! I'm looking for a way to create a linked subform (actually that will be set to continuous forms) that can be opened from the main form as a modal pop-up form when a button is cl...
I have a "Input Box" in a command button Event Proceedure that I need the view of a Field value to be in money format. My "Input Box is:
QuestC = InputBox("You have Entered " & Forms("Clien...
I am currently creating an intake system. The intake system consists of 4 forms: 1st form is a new form where the user will fill out the information and submit the info into the database, the...
Experts,
I have this nagging issue of if after I successfully implement an "insert into" I try to amend it by including other items I want to include in the "insert into" and I continually ...
I know how to get a combo box to automatically populate a report title. (can you get it to automatically populate a pages header?)
But how can i get the selections made from a list to popula...
I have set up a database to record data that comes in Excel format.
The excel workbook consists of 3 sheets: Technical,Scan, Email. each containing two rows ( approx 20 cells of data) : row...
Just created a form/subform combination in Access using the Form Wizard. The primary form is a PriceAgreement (like a contract) with three subforms all tied to the PriceAgreement in a one-to-...
So, confused and I don't know why, other than I am doing this form a little different. The question on your website for General Tab Control - Part 2 is almost what I am wanting to do.
This ...
Hello Experts,
I am running a form that takes its input from an access query.
i have three fields that consists of numbers with decimal places
3653.9837
i would like to change the why the...
hi there,
i'm sure there's an easy solution out there. I just don't know what it's called so i couldn't google or search for it! :(.
Can anyone please tell me how to remove or disable the li...
Hi all.
What is the difference between the following properties in access 2003 forms: Enable and Visible
I'm working on a form that when the user chooses one radio button it will make th...
I have a form with TxtBox1 and TxtBox2 and TxtBox3.
I am trying to have TxtBox3 be the average of TxtBox1 and TxtBox2.
I want to use and AfterUpdate event to put the TxtBox3 value in the o...
Hi Experts,
I keep getting a syntax error wtih this code:
If Not IsNull(txtFromAge.Value) And Not IsNull(txtToAge.Value) Then
strCriteria = strCriteria & "and(ChildAge BETWEEN "...
I am developing a system that will generate an annual schedule based on a series of dates that are entered.
I have a form (frmDates) in which the user will select a type of date and then en...
A form that I imported from Access 97 to 2003 that contains a two page tab control, each with several list boxes functions perfectly in Access 97. In 2003 the data populates perfectly into th...
I am almost home with this db, but need a little more help.
I have a form that when open shows all the records and fields, etc. I would like to add, combo boxes, or pop-up windows so a use...
Hello,
I have a subform with a query recordsource that I am now trying to allow the user to select multiple choices from combo boxes. Currently, it filters on only one combo box and disable...
I have a query whichs count the number of records whose DateofBirth is null. The only value returned from the query is the count, NumDateofBirthNull. When all records have a value for DateofBi...
I have a 3 continuous subforms on separate tab pages. My problem is that whenever I click a new tab the focus sets to the first field of the first record and it makes my main form scroll down ...
All I would like to do is insert/add a pre existing MS Access Form and insert it into my web page.
Very simple ???
Hi Experts,
I have a subform on a form and I want the value of a field on the form to autopopulate in a field on the subform. Specifically, if not null, I want the value of cboCounty to au...
In what way can I utilize the attached code in the btnClose command to reset the three major forms namely: frmS, frmW and frmT:
FrmS, FrmW and FrmT are designed as follows:
Allow...