Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Access Coding/Macros Solutions: 1126 - 1150 of 1376
 
Hi, I have an Excel Sheet with data which i want to import into Access.  These Excel sheets are sent in everyday from employees and are not always in the same location on the harddrive.  Fi...
I have multiple forms that are designed to be printed if I open them and go to FileàPrint. What is the Access VB I could use to open select forms and get them to print.   i.e. There are 4 f...
Hi All, Basically my boss wants an added level of proetection from careless people changing part numbers and quantities in his electronics parts database. So this has to apply to only two fie...
I think the titles says it all! I want to have a combo box based on this query so that I can choose a particular table's name. urgent-ish. Many thanks.
Hello, I have the same problem as described in http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21221747.html However, in my stored procedure when it runs the "EXE...
Can anyone see where i am going wrong in this code? DoCmd.SendObject (acReport("rptShredReceipt1, acViewNormal, , LinkCriteria")), acFormatXLS, "a.t.rose@dunelm.org.uk", , , "Your Shredding...
I have an unbound form with several combo boxes that provide the criteria for a query. After the user selects their criteria from the drop downs, an underlying query runs. I then have a ...
I need a way to only show the highest revs (integer) for each Bill of Material (BOM) matching the Criteria: The following is my query.     SELECT BOM.[BOM #], BOM.[BOM Rev] FROM BOM   WHE...
I am using Access 2000.  I have a form with a tab control on it, on the first tab there are several controls that come from one table.  On the second tab is a list box that fills with records ...
Hi, I want to categorize existing numeric Fields. For example, Say, I have Field called [area] The values of the field in each record are range about 40 to 200. I want to categorize the ...
Hi everyone, I have a Microsoft Access project. It contains a table with a Date/Time datatype. But in this column, I do not want to store full-scale date time. I merely wanna store time ...
Hi, I am creating a database where I use a combo box to select a company name which then filters by companyID. I can use the inbuild function of the combo box to do this but i dont want to, t...
StockCode    QtyOnHand   ReleaseQty  QtyOnB/O   AAA111       1000              994                6 AAA111       1000              988                10 AAA111       1000              978 ...
Hi, I have this code (see example).  I was hoping that it would upload the files in  C:\Documents and Settings\Desktop\TestFolder\email To /var/www.html/email However, nothing happ...
Hi, I have this code (see example). This is uploading and then downloading the same files to a temp folder on my computer.  I'm trying to find a way which i can then compare the two fold...
Hi experts, I am trying to requery a list box that is on a sub sub form.   The sub sub form is on a sub form and this sub form is on a switchboard (main form). I have another sub form on t...
Every two weeks I create  Salesmen Commission Reports, 4 for each store, using ACCESS. Before I send them to the printer, I open  each one in  Word as a Rich Text Document, then save as a Wor...
I have a combo box that is populate by a table.  It is populate by the field name.  The table also has another field, it is an ID field (Integer).  When a user selects an item it will put what...
I found code on exporting access to excel in 01.24.2008 at 03:51AM PST, ID: 20732116.  This created one workbook with multiple sheets.  How can I alter the code to create one workbook for each...
I have a text box with the code DLookUp("Month 1". "tbl_revenue", "[MID] = #" & Forms!frmreporting!subterm.form!txtMID & "#") However for some reason it wont work. i get an #ERROR   d...
I am trying to use a floating calendar.  I got the code from http://msaccesstips.com/2006/09/command-button-animation.shtml It works when I open the form by itselfs (Not as a subform).   ...
I found the code below on an old post from the year 2000.  I'm an trying to input into my database but I receive a Run Time Error '13': Type Mismatch.  My thought is the syntax may be differen...
I using vba to create an Outlook 2003 email from information in an Access 2003 database. I have the code in place for my addressing needs. In the body of the email I need to loop through a rec...
I realize that when you import an Excel spreadsheet into an existing Access table, the fields need to match.  Is there anyway to import to an Access table that has some extra fields added?   ...
I have a front end and backend database. The backend database sits in a folder ("C:\mfsp\mfspb.mdb") I copy the front end, in the front end I need it to loop through all the tables in th...