Tagged Questions

0
votes
0answers
2 views

SendObject in MSAccess giving errors

I am getting the following error while sending mail using a button in MS access form I am using sendObject to send mail using vba code. The host 'smtp' could not be found. Pleas …
0
votes
0answers
4 views

Import file name into list box without path access 2007 vba-

Hi, I am creating a database where users can click a command button, they will be taken to a folder that is stored in a trusted location and they can choose a word document from th …
0
votes
2answers
5 views

Microsoft Access 2003 Shared DBF, file is already in use

Friend I am using MS Access 2003 I want to share MDB file on the network for this I put it in the shared folders with options shared database, and define user rights read only. bec …
1
vote
1answer
49 views

How to get file path of the file with the running-vba code.

I want to get the folder path from the file who is running the vba-code. For example: the vba-code is in the file C:\myfolded\file.accdb and I want the vba-code to return C:\myfold …
0
votes
1answer
37 views

How to save VBA variable in database?

I have a form in Access 2007. In the form is a browse-file button. From the file-picker dialog the files name is saved in a VBA variable. And now to the question, how do I save the …
0
votes
3answers
29 views

Calling web service from c++ v6

Hi i have been deploy webservice in vb.net . is there will be any problem if i will cal the webservice from c++ (version 6) or Microsoft Access VBA? Thanks
0
votes
1answer
43 views

Access: Runtime error ‘2105’ “You can’t go to the specified record”

Hello I have a button on a form whose purpose is to add a new record to the underlying table. The OnClick Event code for the button looks like me.dirty = false if me.NewRe …
1
vote
2answers
30 views

Copy data from lookup column with multiple values to new record Access 2007

I am copying a record from one table to another in Access 2007. I iterate through each field in the current record and copy that value to the new table. It works fine until I get t …
0
votes
2answers
30 views

Output Access Table to XML with node

I'm trying to output data from an Access table as XML. The output looks like example A, what is required looks like example B. My current code to do this is shown below at exampl …
3
votes
2answers
77 views

Hiding columns in a Microsoft Access 2007 datasheet with VBA

I am trying to hide specific columns in an Access 2007 split form through code. I need the form to check certain conditions to see whether it needs to display a column or not. I ha …
0
votes
1answer
28 views

Changing field in a table from form in Access

Sorry if this is a newbie question, I'm a bit rusty in Access and even more rusty in Visual Basic! I'm trying to find a way of changing a field in a table when a field in another …
1
vote
2answers
45 views

error code 3021 either bof or eof is true or the current record has been deleted

Hi, I have an Access 2003 database with some visual basic code using ADO calls in it. When I do a strsql0 = "SELECT lnk_stockitm.C_C FROM lnk_stockitm WHERE (((lnk_stockitm.C_C) …
0
votes
2answers
37 views

MS Access: list macro from VBA

I have to deal with a few macros (not VBA) in an inherited Access application. In order to document them, I would like to print or list the actions in those macros, but I am ver …
3
votes
2answers
66 views

Execute .NET 3.0 code from Office 2003

I've created a DLL in C# using the .NET 3.0 framework. Below is the code of my DLL namespace CompanyName.Net { [Guid("F7075E8D-A6BD-4590-A3B5-7728C94E372F")] [ClassInterf …
0
votes
4answers
114 views

Is it possible to create a check constraint in access and/or DAO?

Hello I am trying to create a check constraint on an access (jet?) table. So, I open the .mdb file with access, go into queries->create query in design view, type esc, then menu- …

1 2 3 4 5 6 next
15 30 50 per page