0
votes
0answers
15 views

Opening an MS-Access database from the command line without running any of the startup macros?

Is there a way to open an MS-Access 2003 database from the command line without running any of the startup macros or displaying any errors? I looked at the command line arguments for MS Access and ...
1
vote
0answers
18 views

MS Access database issue, multiple clients

Good morning, I have a simple WPF app, that reads one table from a access 2003 database that is on my server. I have 2 client pc's that read that table and populate the categories to a listbox on my ...
1
vote
1answer
33 views

Concatenate string and integer in VB

I have a following code: Dim IDfiltr As Long IDfiltr = Forms!KONTROLA!ID_OS DoCmd.OpenForm "OSOBA", acNormal, "", "", , acNormal Forms!OSOBA.FilterOn = False DoCmd.ApplyFilter "", ...
0
votes
2answers
22 views

Handling a #Num! Error on importing Excel into Access

I'm importing a spreadsheet from Excel 2003 to Access 2003 using ADO (Provider = "Microsoft.Jet.OLEDB.4.0"). However, I've got some text entries in a date field. These come through as #Num! values, as ...
1
vote
1answer
55 views

ADOQuery.Filter not working with LIKE

I have a query in ADOQuery2. Now I want have a filter for that so: ADOQuery2.Filter := 'where Fname like ' + QuotedStr(Txt_Search.Text + '*'); ADOQuery2.Filtered := true; but it throws this ...
1
vote
3answers
141 views

Access 2003 VBA: query works when run directly, but run-time error 3061 when run from code?

So I have a relatively simple query that has exactly two parameters, one of which pulls a long from a form and selects only records from a single table, where one field has that value. (It's a table ...
1
vote
1answer
37 views

Converting Access 2000 database to Access 97 using Access 2003

I have an access databse (from an opensource project) that's in Access 2000 format. All text fields, I've looked at, have ALLOWZEROLENGTH set to TRUE and DEFAULT to "" (empty string). On conversion ...
2
votes
2answers
40 views

certain fields get corrupted going from an Access report to an Excel spreadsheet

I can't make sense of this. I'm using Access 2003. The problem occurs when I right-click an Access report, then click "Send..." which has only one option of "Mail recipient". Then I click Excel. An ...
1
vote
1answer
20 views

Access Query; Creating Master/Slave from list

Asked a question a few days ago, but have decided to go down a differnt route so am re-doing the question as the edit's were getting a bit messy. I have a list of data containing two columns: pID ...
0
votes
2answers
96 views

How to see who is using my Access 2003 database in network?

I actually have 2 questions: 1. How might I see who is using my Access database? E.g: There is someone with an Access database opened and it created the .ldb file, I would like to see a list of who ...
0
votes
1answer
208 views

Insert into ms Access from SQL Server using OleDb provider

In this post Remou has nicely described how to bulk insert data from a SQL Server table into an MS Access table using the following syntax: SELECT fld1, fld2 INTO accessTable FROM [sql connection ...
1
vote
1answer
33 views

MS Access 2003 report concatenation

I am currently working on a report for MS Access 2003 with three fields consisting of a [Lease Start] Date, [Lease End] Date, and [Financial Notes] String. The Management wants all three combined ...
1
vote
1answer
73 views

Kernel32 issue with MS Access 2010 on Windows Server 2003 32-bit

Hi I have recently installed MS Access 2010 on my Windows Server 2003 32-bit. Since then one of my VBA scripts isn't running properly. MS Access is quitting unexpectedly giving this error with ...
0
votes
1answer
147 views

Microsoft Access, auto generate columns in DataSheet subform

I want to create a form in MS Access 2003 that lets the user pick from any existing query, and then have it display the results inside the form (as a sub-form in DataSheet view). The user will then ...
3
votes
1answer
109 views

What does compiling or decompiling an MS Access MDB file do?

I have a legacy Access application. The other day it was crashing, and crashed during Compact and Repair. After a whole bunch of Googling, what I finally had to do was decompile the MDB, then ...
0
votes
1answer
46 views

Can't add records in form

When I am trying to add the new record in the McAccess form, I receive this message: "The current field must match join key in the table that serves one side of the one-to-many relation. Enter record ...
0
votes
1answer
85 views

Microsoft Access 2003 - Expression Builder

When the user click the add button on the form, everything else is saved except for the field that uses expression builder in its control source. I understand the control source is the main source of ...
1
vote
1answer
103 views

Error 3045 or 3356 when appending a tabledef in Access

I'm building an temporary backend for a snapshot style database using MS Access 2003 (nothing else available), which involves adding some linked tabledefs to the temporary backend. The code has been ...
0
votes
1answer
56 views

MS Access Rounding issue [duplicate]

I have 3 values saleprice, productprice and reward_price. I need to have it look for saleprice first and if there is no saleprice then look at productprice. Then grab it and round it up or down by 50 ...
0
votes
0answers
72 views

Parent and Subform intermittent odd behavior

I've got an Access front end with a SQL back end. We've been running Access 97 until recently when we started replacing workstations and they've come with Windows 7 and access 97 does not seem to work ...
0
votes
0answers
173 views

Microsoft Access - Adding a new record in the subform automatically

I'm looking for a solution, or rather an idea on creating an "imaginary" record in the subform for calculations using the query. Currently, I've got 2 datasheets subform (OwnerUsage_Subform, ...
0
votes
4answers
94 views

Speed up MSAccess 2003 and MSSQL

I want to move my current DB from MDB to a MSSQL server. When I have done this through ODBC, queries became particularly slow. I have red that it's caused ODBC, that doesn't support group by and ...
1
vote
1answer
230 views

How to schedule a call to an MS Access macro?

I'm looking to schedule a call to an MS Access macro. This macro uses a .csv file (that I get daily) to update a SharePoint calendar. Could someone please explain how to schedule a daily call to run ...
2
votes
1answer
36 views

Do access queries automatically get truncated?

This might have been asked before, but I can't seem to find any relevant answer anywhere. I wrote a couple of long queries in Access (2003) a couple of weeks ago. I wanted to use those queries today ...
1
vote
2answers
214 views

Store ID of record created by subform in main form / table

The table measures contains many foreign ids linked to tables containing multiple questions. The form will contain many subforms for each linked table, I'm currently only showing the linked table ...
1
vote
1answer
120 views

Way to automatically change fields used across multiple queries

Im using MS Access 2003 and within it I have maybe 100 queries in total; I've been tasked with changing a few names in one of the tables and I don't know exactly how many queries use that particular ...
0
votes
0answers
91 views

MS Access Creating Calculated Form Field from a Join

As a newbie to MS Access (but not SQL or coding), I'm bumping up into an issue that might be conceptual rather than a code issue (but certainly could be). I have a table of historical client data in ...
1
vote
1answer
74 views

Unique Calculated Totals with Parameters in Access Report

I'm working with an access 2003 report that uses an employee, and their points they've accumulated over a period of time. When the report is run, it asks for parameters StartDate and EndDate, then ...
1
vote
1answer
483 views

How to find duplicates from two tables and also to find duplicate in itself?

I have created this statement in access 2003 SELECT COUNT(*) FROM TABLEA WHERE NOT EXISTS(SELECT * FROM TABLEB); Does this statement helps to check if the records in table A is the same as ...
2
votes
3answers
146 views

How to check if any value of the columns in my table consist trailing spaces in MS ACCESS 2003?

How can i check if any of the values of my columns in TABLEA consist trailing spaces? I only know how to check if there are trailing spaces from one column but not all. SELECT * ...
1
vote
1answer
294 views

Microsoft Access 2003 VBA - Login Form

This is my first attempt to create a login form. I've read up a few forums about it and tried them myself. However, I've encountered the error when trying out the form. "Run time error '2001': You ...
1
vote
1answer
338 views

Refresh/Requery Combobox problems

Afternoon, I have having problems getting my ComboBox to update while the form it is on is open. My data changes while the form is open, so the ComboBox needs to be refreshed as such but I can't ...
0
votes
0answers
81 views

Microsoft Access 2003 - Keeping mainform open when editing subform

How do I keep a mainform opened to assess the information in a subform? I supposed my error was because the mainform is not opened, and information cannot be retrieve from the main form... I'm ...
1
vote
1answer
185 views

Populating a calculated field in textbox with selection in combobox

Thanks for the help in advance. I'm not familiar with the functions... I've got a subform that contains a list of fields like type, amount and units. I will like to calculate the total amount based ...
0
votes
2answers
728 views

inserting data from multiple tables into one table

Im trying to add data from tables into one table using this SQl below: INSERT INTO myNewTable SELECT * FROM 2010-tbl, 2011-tbl, 2013-tbl WHERE fldName = 'value'; All the tables have exactly the ...
1
vote
0answers
390 views

Yes/No field(access) in dropdownlist shows as true/false instead of 0/1 as per db

Dropdownlist is driven by the accessdatasource, the [Being Used] field is an Yes/No data type in access and it takes 0/1 as input but the dropdownlist shows the values as True/False instead of 0/1 or ...
0
votes
1answer
276 views

MS-Access Between Dates Query

I have a query that is working fine with the exception of not calculating between certain dates. My initial Query SQL is SELECT Roster.UserID, SchedulingLog.Category, Sum(IIf([CatDetail] Like ...
1
vote
1answer
145 views

Reference Calling Form from a Module

I have a function within a module that opens my Home Page Form: Function goto_home() Dim stDocName As String 'DoCmd.Close acForm, "CallingForm.Name" , acSaveYes stDocName = "home_page" ...
4
votes
4answers
300 views

inserting multiple rows with 1 query

I have problem in inserting multiple rows with 1 query using ms access 2003. When I use INSERT INTO like the code below INSERT INTO Employee values ('1','b','c'); INSERT INTO Employee values ...
2
votes
3answers
606 views

Microsoft Access VBA - Run time error '3075'

I've encountered the run time error '3075'. I'm a novice in VBA! >.< Can i know where did it went wrong? I can't solve it... For e.g, if I enter a name "Sally" into a textbox (txtMainName), upon ...
3
votes
2answers
94 views

Aceess Query - If field is null dont output?

I have an access query (2003): SELECT [User] [100], [101], [102], [103], [104], [105], [106], [107], [108], [109], [110] FROM [Access_Count>1] The results I get look like this: [User], [100], ...
0
votes
1answer
812 views

Microsoft Access 2003 Query - Count records and sum it

I'm creating a query with Microsoft Access 2003 and had encounter an issue. I'm new! I've got 2 tables. First table, i have a list of records that include the name, property name and the country ...
0
votes
0answers
89 views

Accessing detached .mdf database over TCP/IP

My problem is exactly as described in title, but I am not familiar with MS Access, and I'd like to avoid interacting with it at any cost. I have stumbled upon a point of sale (POS) system, which is ...
1
vote
2answers
828 views

select the date from ms access in dd.mm.yyyy format

I want to select the data from the database using select command but the result is showing in yy.mm.dd format while i want the result in dd mm yy format I am using the following commad select ...
0
votes
1answer
258 views

What reference is needed for TableDef object in Access 2010

I'm trying to use a macro/.mdb file that was written in Access 2003 in a new Access 2010 Access install. Opening my file I get a compile error saying the TableDef object is not able to be found. ...
2
votes
1answer
114 views

MS-Access 2003 Deleted my Switchboard Form

I have made a rookie mistake and deleted my Form Switchboard. I have all of my switchboard controls in teh Switchboard manager, but no form. How can I get it back or create a new one based off of ...
1
vote
2answers
109 views

Full Join and sum 2 queries in access

I am very new to this type of complicated joins and summing functions. I had 2 table queries which have same fields (i.e: ProdID, ProdName, NetQty, Unit) The 1st one query contains OpStock and the 2nd ...
0
votes
2answers
412 views

MsAccess - How to find duplicate records only

I have table - Tbl1 ID Sort Amount Price Address 000123 AAA 135.00 25.00 25Grant 000123 AAB 135.00 15.00 27Pent 000124 AAC 118.00 16.00 47Bay 000125 BBB 116.00 17.00 ...
1
vote
1answer
134 views

Match field for each record to specific query record

I have 1 table of the form: Study Name ¦ xx ¦ yy ¦ zz ¦ Target No ¦ Current No. This is called study_information and another of the form: Study Name ¦ Patient Name ¦ Date ¦ Time This is called ...
8
votes
2answers
87 views

query to count number of different values?

I have a table in MS Access 2003 that looks like this: *url id* example.com red example.com blue example.com blue other.com red other.com ...

1 2 3 4 5 7