I have a form to collect info for a mailing list. After the person enters the data and clicks Submit it first appears that nothing has happen. Then the person gets an error message. The error is an error as the data has been successfully sent. Because of this people are clicking on the Submit...
I have a report that has three sub reports based on the same data. I would add that there is no master child links between the data. This is not a one to many representation of the data. The first two sub reports are actually forms consisting of pivot charts. The third is a standard report that...
The form is bound. By putting this in the Before Update event on the form I am not sure how it is triggered. When the command button is clicked then the following code runs
x=[field1]&" "&[field2]&" "&[field3]
Me![field4]= x
I then want to check x against the underlying table for a match.
I...
I have a form where the user makes selections from a group of combo boxes. When finished they click a command button that concatenates these different selections and enters the result in a field on the form. After this result has been entered I want to check to see if it already exists in the...
SELECT dbo_qryAssignedPSRs.PartNo, dbo_qryAssignedPSRs.Description, dbo_qryAssignedPSRs.InventoryPlanning
FROM dbo_qryAssignedPSRs
WHERE (((dbo_qryAssignedPSRs.InventoryPlanning)<>"nx"));
I have a table that has a field that contains data like 04 or UB or NX. I have a query that the criteria on this field is <> "NX". When I run the query I still see some records with this entry. I have also tried Not "NX". I am using Access 2007. Any insights will be greatly appreciated.
I just upgraded from Access 2003 to 2007. I have one database that when it tries opening the main form says that the owc11.dll is missing. I am also having issues with the application not liking the Date or Format functions. What's up with that. Anyone run into any of this in the upgrade...
I want to add a audio file to a websites home page. It will start when the page loads but I want a button visible to switch the music off and on as the viewer wishes. I've got the <BGSOUND SRC= tag part of it I just can't find anything on adding the button.
Thanks
I have finally started to use 07 and have come across what I am sure has a simple solution. What is it with text boxes in this new version. If I size one text box on a form all the text boxes resize together. How do you set sizing individually?
I have a command button on my form that runs a macro. The macro's action is Apply Filter with the Where Condition being [Forms]![myform]![myfield]="mycriteria". This filter returns 0 records. If I right click myfield on the form and enter my criteria in the Filter for: box all works OK. What am...
I have a command button on my form that runs a macro. The macro's action is Apply Filter with the Where Condition being [Forms]![myform]![myfield]="mycriteria". This filter returns 0 records. If I right click myfield on the form and enter my criteria in the Filter for: box all works OK. What am...
The ControlSource for the control is Avg([ATI])
The expression in the query is IIf(Isnull([qty]),0,[qty]) When a year has no qty this is what the data looks like.
Year Qty Flight Hours ATI
2004 2 1000 500
2005 0 1200 1200
2006 5 1500...
I have a form that shows information for the years 2004, 2005 and 2006. The information is how many of a part were replaced on an aircraft in that year. This qty is then divided into the # of flight hours giving the average time installed. I then average this avg. in the form footer. Everything...
My query is actually more involved than I originally stated. I did not want to complicate the question with possible erroneous information. Anyway here is the Totals SQL:
SELECT dbo_HistoryAll.PartNo, Year([TranDate]) AS Yr, Count(dbo_HistoryAll.Qty) AS CountOfQty, Avg(dbo_HistoryAll.TranAmt)...
Changeing the SQL statement from Select to Select Distinct did not change the results in the Totals query. It did group the Select query to 4 records based on 4 different Amounts.
I have a Select query that returns 15 records. The three fields are Year, Qty, Amount. When I convert this to a Totals query grouping on Year, Averaging the Amount and Counting the Qty the query comes back with a Count of 16. How is this possible?
TIA
Kent
Tom,
The control will be in Access. I would want a button on a form so the when the user was satified that the form was showing the required data they could click to move the data to Excel.
Thanks
Kent
I would like to export a single table record out of Access into Excel. I would want to take each field in Access and put the data in a specific cell in Excel. Example: The FirstName field goes into cell F3, LastName goes into G3 etc. I want to export this into an exisiting Excel file that...
This question is for Access 2007. I went to create a TransferSpreadsheet macro and it is not available on the dropdown macro list of choices. Has this been removed from 2007 or do I have a bad install?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.