dbTalk Databases Forums  

Sponsored Links


comp.databases.ms-access comp.databases.ms-access


Discuss in the comp.databases.ms-access forum.



Post New Thread
Threads in Forum : comp.databases.ms-access Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Suddenly my current app has stopped issuing delete and save confirmations. Tried it in another app and it still does...so I guess it's some...
(Pete Cresswell)
01-05-2005 08:32 AM
(Pete Cresswell) Go to last post
2 67
Hi I have a word template that has a few fields in a rows down the page i.e below, pretty simple. Is there a way I can page break on the Department...
jpatterson
01-05-2005 08:23 AM
jpatterson Go to last post
0 54
Chuck Grimsby <c.grimsby (AT) worldnet (DOT) att.net.invalid> wrote in news:t7kjt0thvrjvjvhbn7g7m462tp7lfq9uqt (AT) 4ax (DOT) com: I've often added...
(Pete Cresswell)
01-05-2005 08:00 AM
Trevor Best Go to last post
5 63
How do I set the connectionstring if I want to place the .mdb and its data access pages on a web server. It seems that I can not specify a url or...
Will Hendrix
01-05-2005 07:08 AM
Will Hendrix Go to last post
0 52
I'm still having trouble posting follow-ups. :-( "Unable to retrieve message 7cc66112.0501041919.3a6628b4 (AT) posting (DOT) google.com" Now Turtle...
Karl Roes
01-05-2005 05:00 AM
Karl Roes Go to last post
0 64
If I open a report using this code it "flashes" as it opens: DoCmd.OpenReport "NumbersByDate", acViewPreview DoCmd.Maximize This is probably to be...
Wayne
01-05-2005 12:32 AM
Wayne Go to last post
0 62
Hello In an Access 97 database I have an table with some URL's (one URL for each record stored in a hyperlink field). The target for the URL's...
Thomas Zimmermann
01-05-2005 12:10 AM
Mike Turco Go to last post
1 65
Bump...great question..Anyone have a hint? Cheers, Tim
timcos@gmail.com
01-04-2005 10:18 PM
timcos@gmail.com Go to last post
0 66
Hi, Access 2003. Hoping someone can help. We need to print a report/sub report onto a continuous(Two Page, A4) Form. Is this possible? Any help...
Sharknwfk
01-04-2005 09:25 PM
Sharknwfk Go to last post
0 64
Hi, I have a Search input form which collects from the user a person's name. I am using LIKE with a "%" suffix in the SQL so that the user does not...
Lyn
01-04-2005 09:05 PM
MacDermott Go to last post
3 60
You'll want to make a query that includes the computed result, then export the query. In your query, have a field defined as something like the...
Steve Jorgensen
01-04-2005 08:43 PM
Omey Samaroo Go to last post
2 53
Have to call up a 2nd database from within the first. Can open the 2nd database no problem, but when the user is done with the 2nd database and...
J. Shrimp, Jr.
01-04-2005 08:05 PM
Allen Browne Go to last post
1 76
Hello I have On a form an Unbound Picture (BMP) that I would like to be able to change by clicking on it and having it got display the next Pic in...
carverk@hotmail.com
01-04-2005 07:56 PM
Darryl Kerkeslager Go to last post
1 62
Thanks, Chuck. I'm a part timer, and this is over my head. But, since you brought it up, i do have a question because not being a programmer, it...
5p1der@centurytel.net
01-04-2005 07:47 PM
Trevor Best Go to last post
9 196
This works fine for me, and is very useful. You can't nest tab controls on each other, so: * start with main form * tab control 1 is placed on main...
DFS
01-04-2005 07:25 PM
DFS Go to last post
0 75
Could some body tell how to run a VBScript from an Access(2003) application? Thanks -- Message posted via http://www.accessmonster.com
Rogelio P?rez via AccessMonster.com
01-04-2005 07:23 PM
Eric Schittlipz Go to last post
1 122
The MS Access website is very unhelpful on this topic, and I cannot find anything in my Googling to find a hint. I am working with very large,...
PPT33R
01-04-2005 06:02 PM
Bob Quintal Go to last post
2 62
Is anybody aware of other software conflicting with Access and disabling the tool tips. I've had this problem in the past and now have it again...
Wayne
01-04-2005 05:40 PM
Bob Quintal Go to last post
3 62
Using Access 2002. I have imported one form and two modules from another database, in order to compare code. Having finished the comparison, I cannot...
Bob Darlington
01-04-2005 05:37 PM
Phil Stanton Go to last post
3 68
I have about 20 different querys but they all have some fields that use the same expression. I would like to add criteria to those fields without...
max
01-04-2005 03:27 PM
Salad Go to last post
1 118
Make sure the combo box is unbound and put the following code in it's after update event. Me.RecordsetClone.FindFirst " = " & cboOrderID Me.Bookmark...
jv
01-04-2005 01:31 PM
jv Go to last post
0 66
I wonder if you can help me. I am new to Access database and I am struggling to do what I want. I am setting up my table and one of the fields I...
Neil Hindry
01-04-2005 12:50 PM
fredg Go to last post
2 69
Hi, I do not know whether was already posted a request about this problem, but my problem is this. I'd like to insert in a text field of a table of...
Dj87
01-04-2005 12:21 PM
jv Go to last post
4 60
Hi, I've got a subform which has its default view set to "Continuous Forms". What I want to be able to do is switch programatically...
Dave Alger
01-04-2005 12:00 PM
jv Go to last post
1 76
I have an Access database that makes the date xx/xx/05 as xx/xx/1905 instead of 2005. For the past four years, the 00, 01, 02, 03, & 04 has shows up...
john_20_28_2000@yahoo.com
01-04-2005 11:59 AM
john_20_28_2000@yahoo.com Go to last post
2 59
Access 2000 - Table with text column eg Name Text 100 (chars) When a particular name is entered, either directly into the table or into a combo...
ML
01-04-2005 10:34 AM
jv Go to last post
1 58
Hi Advice please. As a full-time carer on a fixed income, I enjoy learning MS Access. So can someone tell me, or explain, the best option as to which...
a.p.mews
01-04-2005 10:24 AM
PC Datasheet Go to last post
3 90
Hello, I have a continuous form that has a textbox named InvoiceAmount. This textbox is not a calculated field. It's control souce is a field...
jv
01-04-2005 10:12 AM
jv Go to last post
8 44
I have a table "tblmaintabs" that stores data that is collected from various companies on a quarterly basis in March, June, September and December...
Tony Williams
01-04-2005 10:02 AM
misscrf Go to last post
5 72
Hi, I modified a code for a search form to open a form for a specific criteria as one of the search fields was not working. Now it works but the...
Abby B via AccessMonster.com
01-04-2005 10:01 AM
Abby B via AccessMonster.com Go to last post
8 76
In Access97 I was able to have an advance filter on a form that had a Like statement so when you applied the filter EACH time it would asked for the...
swilson513@yahoo.com
01-04-2005 08:28 AM
swilson513@aol.com Go to last post
8 39
Hello to all, Assume my mdb name is Cust.MDB. I want to compact & repair the same Cust.MDB when the user exit the program. Is there a way you can...
KEVIN97810
01-04-2005 07:52 AM
Peter Russell Go to last post
6 87
Thank you in advance. I'm trying to take Access 97 through 2003 that I have and allow it to use TAPI functions to capture caller ID on a Caller ID...
Lumpierbritches
01-04-2005 07:33 AM
Lumpierbritches Go to last post
0 71
can anybody help me neccesary clues on how to use SQL server as my database VB6 using ADO object Related artiles/linkes will be well...
Adebanjo A.P
01-04-2005 06:27 AM
Trevor Best Go to last post
1 63
Hi guys, Whenever i launch my app, use it and close it, the MS-access insist in not finish. The app ended but Ms-access keeps a windows...
maffonso@gbl.com.br
01-04-2005 06:21 AM
Trevor Best Go to last post
5 55
Hi all, Is it possible to check the status of the check box on every record in a continuous subform ( one check box per record ). I am wanting to...
Karl Roes
01-04-2005 05:45 AM
MacDermott Go to last post
1 75
This is probably simple but: The following portion of an SQL statement that I've copied from the SQL view of the query grid (the query works fine)...
Wayne
01-04-2005 05:19 AM
Wayne Go to last post
2 60
Can someone please tell me - what's the problem with the syntax of the Select portion of the call to the ChangeQueryDef function. My " " marks...
Andi Plotsky
01-04-2005 02:38 AM
jimfortune@compumarc.com Go to last post
1 70
Hi All, We are moving to Access 2003 in a month or so, so i started testing my data base files in v2003. When The mdb open I get 3 warning...
kathyk
01-04-2005 01:45 AM
yboti Go to last post
5 40
I have designed a form that has 5 different list boxes where the selections within each are used as criteria in building a dynamic query. Some boxes...
starace
01-04-2005 01:21 AM
starace Go to last post
0 60
I'm writing an app to do gift card processing at a friend's movie theatre, and in dummying up some movie names I'm basically designing the...
Armando
01-04-2005 12:09 AM
Armando Go to last post
0 69
I am busy writing an application (Access 2000) which requires control of a comm port to interrogate the status of some equipment. Can anyone point...
Nigel Versfeld
01-03-2005 08:40 PM
MGFoster Go to last post
1 60
Hi Folks I spend most of the morning reading through various old posts in exporting MS Access data to MySQL. I have downloaded a raft of programs...
WindAndWaves
01-03-2005 07:55 PM
WindAndWaves Go to last post
0 171
I'm setting up a project for a client on a new Windows Terminal Server. The application is currently in A2K, but the sysadmin does not want to...
David W. Fenton
01-03-2005 07:18 PM
Dimitri Furman Go to last post
19 79
I Googled around a little. Seems like the consensus was that it's something to to with a corrupted DB. But I suspect it's not in my case. The...
(Pete Cresswell)
01-03-2005 07:00 PM
David W. Fenton Go to last post
5 106
First, Happy New Year to all the "comp.databases.ms-access" community. I have a technical/advice question. For the past 8 years I've been using MS...
EI User
01-03-2005 06:13 PM
EI User Go to last post
3 73
Any of you ever catch this bug: I made a form and decided to copy it. Then I modified the cloned form. Then I run it and access start saying...
Raposa Velha
01-03-2005 05:55 PM
'69 Camaro Go to last post
9 64
I am in the process of building a multi user system that I envisage running of a server with client DB's using linked tables. Is there anyway to...
Splashout
01-03-2005 05:29 PM
Wayne Morgan Go to last post
3 55
I am currently using a form to track employee time to customer and warehouse. I want to be able to take information from one record and post this to...
Jamie Pittman via AccessMonster.com
01-03-2005 04:00 PM
Jamie Pittman via AccessMonster.com Go to last post
0 49
I am currently using a form to track employee time to customer and warehouse. I want to be able to take information from one record and post this to...
Jamie Pittman via AccessMonster.com
01-03-2005 04:00 PM
Jamie Pittman via AccessMonster.com Go to last post
0 57
Post New Thread

Display Options
Showing threads 25101 to 25150 of 40778
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.