NeoPa-
I am sorry to offend you...it appears that you are quite upset about my last post. I am not well versed in SQL or Access thus the posting for help. I was reviewing the queries that were associated with the form that I posted a screen shot of. I found that the "Print Current Form" had a seperate query and that is what I posted since the error as described above occurred when I clicked on the "Print Current Record"...
User Profile
Collapse
-
Maybe this will help...I have multiple queries working on this form.
...Code:SELECT [Add New Inventory Entry and Inventory Details].LedgerNumber, [Add New Inventory Entry and Inventory Details].SPDCaseNumber, [Add New Inventory Entry and Inventory Details].OfficerID, [Add New Inventory Entry and Inventory Details].ReceivedDate, [Add New Inventory Entry and Inventory Details].Location, Entrys.Comment, [Add New Inventory Entry and Inventory Details].ItemNumber,
Leave a comment:
-
NeoPa-
I copied and pasted what you suggested into my query...now when I view the record it still is not sorted correctly and when I click on a button to print the current record is comes up with an missing parameter value of "Entry Details.Evidenc e Name".
I am attaching a screen shot for you to understand what I am looking at.
...Leave a comment:
-
It would be the Item Number field that I would want to be organized as A, B, C then AA, BB, CC then AAA, BBB, CCC and so on.Leave a comment:
-
Thanks for the explanation...h ere is the SQL info that I was able to recover:
...Code:SELECT Entrys.SPDCaseNumber, Entrys.Location, Entrys.LedgerNumber, Entrys.OfficerID, Entrys.ReceivedDate, Entrys.[EvidenceDisposed?], Entrys.EvidenceTypeID, [Entry Details].LedgerID, [Entry Details].EvidenceName, [EntryLeave a comment:
-
FishVal-
I appreciate the help but this does me no good. I have no idea what you are trying to explain, even though I have read through it a few times. I attempted to modify my query with sort example but all I got was a bunch of errors.
Anyone else wanna take a stab at helping out?
Thanks
AdamLeave a comment:
-
Sorry, I am working in MS Access and am not that familiar with VB Coding. Could you provide a bit more detail on how to complete your suggestion?
Thanks!Leave a comment:
-
Sorting with letters
I have a database where I label entries by the alphabet (A-Z). However, when I have more entries than the alphabet has letters I then double the letters (AA-ZZ) and so on.
I want to create a sorting code that will list all single letters then double letters, triple and so on.
I am somewhat of a novice so if anyone has some ideas I sure would appreciate it along with a bit of detail.
Thanks much!
... -
-
RuralGuy-
Thanks for the script but I am a novice at Access...I am not sure where to place the OnLoad command? I want to click a button from my Switchboard...w here would you recommend me placing the script?
And yes, this would be all the time that the form would open to the last record.
Thanks!Leave a comment:
-
Open form to last record
I am assuming this is an easy fix but I want to open a form from a switchboard button. I also want the form to automatically open to the last record of that form.
Any ideas on how I can accomplish this?
Thanks!
Adam -
Macro Error 2950
Greetings:
I have been working on a database and have found a peculiar error.
When I open up my database and choose a form called "add inventory", then click on "view reports" and then, finally, double click on a report to view it shows up correctly.
However, I have created a search form that does not allow any changes but view/read only. I have the identical command to "view... -
Thanks much for your help...I did look at the Sort/Group option however I found a much easier solution...
In the Properties Sheet I just selected the option of "Hide Duplicates" to Yes instead of the default of No.
Thanks again...Leave a comment:
-
DateAdd result to show only once in report
Can any one point me in the right direction here...
I have a report that shows an entry and under that record there are several sub records...best way to explain it is imagine an order with several items in that order entry.
I have placed a DateAdd feature in a report that will show me 90 days after the date order was made.
My problem lies in that the DateAdd feature is now showing multiple times under... -
missinglinq-
Thanks so much for your help! What a quick response. I copied your first set of VB code and it worked perfect. I was looking for 90 days, not 3 months so the 90 day date was perfect.
I really appreciate your help!
AdamLeave a comment:
-
I was able to figure out the correct coding:
=DateSerial(Yea r([CaseResolvedDat e]),Month([CaseResolvedDat e]),Day([CaseResolvedDat e])+90)
However, I still need help...when there is no date entered into the CaseResolvedDat e field "#error" is displayed. How can I hide that error message and only allow a date message to be displayed?Leave a comment:
-
Auto Calculate and Populate Date Field
I am working with a database now and need some guidance.
I am attempting to input an auto calculation. I have the ability to enter a date in a text box on a form. I want to be able to have another field that auto calcuates 90 days later and simiply displays that date. The auto calculated date does NOT have to be assiocated with a field in any table, just a caculation in what I believe would be referred to an unbounded box.
... -
Thanks everyone for your help...I chose NeoPa's suggestion on just adding a zero before the numbers. That was the easiest fix...so common sense.
Thanks again!Leave a comment:
-
Specific Sorting Requirements
Greetings all!
I am attempting to complete a sort option on a report. I want to be able to show all records in ascending order of each subset of categories. In other words, I will have different "Locations" where items are going to be stored on shelves. They are labeled by the alphabet- A, B, C, D, E and so on. However I have "sub levels" such as A1, A2, A3, A13, A64 and so on.
The problem I am... -
Thanks everyone for your input. However, after some more research I found my solution in the conditional formatting option.
I chose the "Expression Is" option and then used the following code for the each text box I wanted changed when the specific text box was checked.
[NameofCheckBox]=True
Then all I had to do is choose the background color...
Good to go.
I hope...Leave a comment:
No activity results to display
Show More
Leave a comment: