473,544 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft Access / VBA Forum

Microsoft Office Access database and VBA - Ask questions about microsoft access queries, reports, forms, macros, modules, security, automation, functions, records, mining, visual basic for applications and more.
6
22,593
thread by: apartain | last post Feb 23 '07 by: Rabbit
I need the syntax for limiting query results to either even or odd numbers, depending on certain conditions. Any help is appreciated. Thanks, ang
11
22,599
Seth Schrock
thread by: Seth Schrock | last post Dec 3 '12 by: NeoPa
I have a textbox that I'm using as a search field: txtAddress. I have a query that is based on that field using the Like keyword so that I can have wildcards. What I would like to happen is that as I type each character into txtAddress, the subform (that is based on the query) requeries. Here is what I currently have: Private Sub...
4
22,603
thread by: kux | last post Mar 27 '06 by: Kux
Hello everyone, I hope someone is out here who can help me with a simple calculation... I have a sales data base in access with monthly sales history by product. to make future predictions I need the slope (representing growth) of monthly sales. the data is setup in a crosstab with the months in different collums, say column 1 to 12 for...
3
22,617
thread by: Robert | last post May 11 '07 by: David W. Fenton
I understand that new features would not be available but is there any way I could open an accdb database in Access 2003? Robert
4
22,656
thread by: Mark | last post Nov 12 '05 by: Mike Sherrill
Hi I have been trying to convert the week number to a range of dates that I can use. It should be fairly simple for you guru's out there but for us mere mortals it is beyond our grasp. I know that there are different start days of the week so I would presume any function would provide that facility. Hope you can help Mark
7
22,658
thread by: Trevor2007 | last post Jun 2 '10 by: eliza81
I would like to open a folder from command button and I am not having any luck; ... Dim stdfile as string open stdfile "c:\temp" End sub and I am getting error because I have nothing after open, as far as I know my code can be all wrong. Thanks for helping Trevor2007
5
22,665
dsatino
thread by: dsatino | last post May 10 '11 by: NeoPa
I'm getting a tab delimited file that I need to import into an access DB. The date field comes over as an 8 character string in the yyyymmdd format. Does anyone know an easy way to convert this to a date or a pre-existing function?
8
22,691
thread by: Steve Leferve | last post Nov 12 '05 by: Trevor Best
Is there an easy way to validate with VBA that a user entered a time value into a text box? I didn't see anything in the validation options on the text box properties. Steve
8
22,708
thread by: Lynx101 | last post Apr 23 '07 by: Susie DBA [MSFT]
Hi, hope anyone can help with this query. Background: Subform datasheet link to a form to store updates on projects. Query: I have a datasheet where one of the field is a memo field. When text is entered the datasheet does not automatically expand to show all the text. Is this possible? Obviously, some rows may have 2 lines of text and...
4
22,722
thread by: MX1 | last post Nov 12 '05 by: Marc
Hi all, I've setup a table with one field that will hold percent values. The type is number and the format is percent on the field. When I do data entry directly into the field, I have to put in .03 to get 3%. If I just enter 3, i get 300%. Is there a way to configure the table to let me type in 3 and have it enter as 3%? Thanks!
4
22,737
thread by: intl04 | last post Nov 12 '05 by: intl04
I have a memo field that is included in some Access reports I created. Is there some way for the memo field to display nicely formatted text, with line breaks between paragraphs? Or is it necessary to export the report? I tried exporting a report by using the .rtf rich-text format (the plain-text format was the only other word-processing...
7
22,746
ADezii
thread by: ADezii | last post Aug 18 '08 by: hyperpau
One of the most frequently asked questions here at TheScripts is: Can I replace Standard Access Error Messages with my own? The answer is yes under certain circumstances and it involves the placement of code in a Form's Error() Event and setting a specific Parameter to either 1 of 2 values. Many Errors occur while your Form is active and it is...
11
22,748
thread by: Adrian | last post Aug 25 '12 by: Adrian
Dear Gentlemen, I,am a newbie for access and still learning on progress. I develop a small database called a Purchase Orders Log and I wanted to filter some certain records in a subform which is related to a certain field. Let say i.e. to filter a posting date. I want to use the combox box but it seems like difficult to handle. However I get...
1
22,759
thread by: ellenh | last post Sep 6 '06 by: jtrisme
I have read postings on the similar subject including the posting from 2003 shown below. This process works fine to display a single page snapshot report in PowerPoint. I need to display subsequent pages from the same snapshot file in subsequent slides in PowerPoint. I realize that it is possible to add VB code to the Snapshot Viewer...
3
22,764
thread by: Sandro997 | last post Dec 8 '06 by: cyberdwarf
Ugh, just can't figure it out. What is the code equivalent of pushing the left arrow button in the form.
8
22,785
thread by: Mike Reid | last post Jan 28 '08 by: NeoPa
I have designed a Database that will import data and assign values for ordering material. However I am having problems as I currently have to drop this data into an Excel sheet and apply a Pivot Table to it to manipulate the results. I believe that there is a way to do this in Access, however I have been unsuccessful. Hopefully someone out here...
2
22,813
MMcCarthy
thread by: MMcCarthy | last post Dec 9 '09 by: MMcCarthy
I found I needed this recently when creating a file which had to be uploaded by ftp. The file extension was a timestamp of hhnnssms and the ms part was formatted to 4 digits. As the Now() function doesn't return milliseconds I used the following function to calculate it. Option Compare Database Option Explicit Private Type SYSTEMTIME...
2
22,829
thread by: AccessBeetle | last post Dec 8 '09 by: AccessBeetle
The seoncd line in following code is always red as it contains some error. Me.Combo31.RowSourceType = "Value list" Me.Combo31.RowSource = "spvr";"mngr";"user" Please help
2
22,842
thread by: John T Ingato | last post Jul 5 '06 by: Bob Quintal
If I run a query that calculates the sales data for all the inventory level in a table, how do I go about saving that sales data into a permanent table? I plan I using this sales data often, and running the query each time is time consuming. Is there a way to create a new table and import the query data into it? What about the next time I...
7
22,861
AllusiveKitten
thread by: AllusiveKitten | last post Oct 22 '07 by: ADezii
Hi all I have an issue inserting a hyperlink into a table. I have all of the detail going into the field but it is going in as only the text of the hyperlink not the file address. How do I get the Record to read eg QSTR001 (this is the actual file name eg QSTR001.pdf) and the actual file path comes from a file picker which is working...
8
22,914
thread by: loisk | last post Apr 26 '08 by: missinglinq
Hi, If a checkbox is clicked, the value becomes -1. Is it possible to change the value -1 to 1?
1
22,953
thread by: sixsoccer | last post Nov 12 '05 by: Allen Browne
I have built a database with a <Mainform> and a <Subform>. My problem is twofold. 1. My subform is set as a continuos form with AllowAddiotions set to NO (ie. a list of Issues to the client on the mainform) 2. To add new issues, a button is used and a pop-up form is used to add an issue with more detail than what's available on the...
8
22,958
thread by: Milan Mehta | last post Aug 15 '14 by: chasstuart
I have my application running in Access 2007. Can I use port my database to MySQL and retail Access 2007 as front End ? As this will save lot of my efforts but still get the stability of MySQL. TIA Milan.
4
22,981
thread by: Lauren Wilson | last post Feb 1 '06 by: rkc
Hi folks, We have a need to replace sub strings in certain message text. We use the Office Assistant to display help and often use the imbedded formatting commands. Those of you who have used them know they look like this: "{cf 5}" or "{cf 0}" or "{ul 1}" or "{ul 0}", etc. The commonality they have is that they are always 6 charters long...
5
22,981
thread by: helpless | last post Nov 17 '06 by: NeoPa
Access 2003 - Is there any way to copy/drag data from one field to multiple fields in the same column?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.