Search the web
Sign In
New User? Sign Up
ms_access · Help and advice for users of MS access
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21244 - 21273 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21244
I wanted to create a process where I can periodically run a query on records in a table that have been updated since the last time the process was run. I have...
bryan.leggo
Offline Send Email
Feb 3, 2008
3:48 am
21245
The following links give a good explanation of what a Data Type is: http://www.databasedev.co.uk/fields_datatypes.html ...
m_saleem_khan
Offline Send Email
Feb 5, 2008
11:01 am
21246
hi saleem khan thank you for reply really it is very useful links regrds faisal riyadh ... From: m_saleem_khan <m_saleem_khan@...> To:...
Muhamed Faisal
muhamed_fais...
Offline Send Email
Feb 6, 2008
5:03 am
21247
Hi Friends, Urget Help required! As I already told you that I am not professional in Access but I have got a project to work on MS Access. Now my project...
Nikita Malhotra
nikita.malho...
Offline Send Email
Feb 6, 2008
9:35 pm
21248
Hi Friends, Urget Help required! As I already told you that I am not professional in Access but I have got a project to work on MS Access. Now my project...
Nikita Malhotra
nikita.malho...
Offline Send Email
Feb 6, 2008
9:36 pm
21249
Hi Faisal In VBA create a function in a startup form and enter this Application.SetOption "Confirm Action Queries", False Regards Liveson ... From: Muhamed...
L Tumbulu
ltumbulu
Offline Send Email
Feb 10, 2008
3:33 am
21250
Hie Faisal One way is to set the date field's default value to Now() which will enter today's date as the default. If you don't want today's date to be the...
L Tumbulu
ltumbulu
Offline Send Email
Feb 10, 2008
3:33 am
21251
Nik I don't think you are doing it the right way or perhaps I don't understand what you want to achieve. If A and B are dates how can C (A-B) be a date? A-B...
L Tumbulu
ltumbulu
Offline Send Email
Feb 10, 2008
3:34 am
21252
Hi ppl, This site contains comprehensive, straight forward summaries of the major concepts,issues, and approaches related to ms databases. ...
erangahnd6kan
Offline Send Email
Feb 14, 2008
6:10 pm
21253
hello guys Is it possible for me to open an access object such as a form or report of the referenced adp/mdb file(s). if so, please for an example. if not!...
comsol0418
Online Now Send Email
Feb 16, 2008
4:11 pm
21254
1. With 30-60 users, you really need to consider a better database for the back end. (Mysql or Sql Server) Access will corrupt on you with all that traffic. ...
bdloving
Offline Send Email
Feb 22, 2008
5:17 pm
21255
are you creating the query in the query designer? if yes, then you can right click the query area, choose properties and set Unique Values = yes ... ranges....
bdloving
Offline Send Email
Feb 22, 2008
5:20 pm
21256
are you setting the Parent/Child fields to the same ID field? Sounds like you are not filtering by the Parent ID...
bdloving
Offline Send Email
Feb 22, 2008
5:22 pm
21257
Use the DateDiff function instead. C = Datediff(A, B) DateDiff Function Returns a Variant (Long) specifying the number of time intervals between two specified...
bdloving
Offline Send Email
Feb 22, 2008
5:24 pm
21258
What you are looking for is the Dlookup function Table 1 FieldA FieldB Table 2 Column1 Column2 Criteria Column2: =DLookup("[FieldB]", "Table1", "[FieldA] =...
bdloving
Offline Send Email
Feb 22, 2008
5:28 pm
21259
BeforeUpdate is the wrong place to do this. This Event is only called when you try to change the field. If you are trying to Force GenDetail to true, put the...
bdloving
Offline Send Email
Feb 22, 2008
5:32 pm
21260
I want to make a interface where one user is able to only update some fields of the database. 1. Should i change the db to mde file 2. Should i make a update...
mshafeela
Offline Send Email
Feb 24, 2008
3:17 am
21261
Sir, while we using Dlookup function only first data which accept the ctiteria is appearing, there is any way to display all critera in the same function ...
Muhamed Faisal
muhamed_fais...
Offline Send Email
Feb 24, 2008
4:34 am
21262
Hi.. please can anyone tell me how to make a Login Form using Access system security (e.g system.mdw)? So not using our creation names and password in...
spetulo
Offline Send Email
Feb 25, 2008
11:13 am
21263
dear Can any body help me to split data i have a filed in a table in text data type,now i want to split it in to three field for eg:my sample tata like this:bf...
Muhamed Faisal
muhamed_fais...
Offline Send Email
Feb 28, 2008
5:03 am
21264
Hello Everyone, I am new MS Access user and I need help on a project that I am working on. - How do I import MS Excel and text files using a UI (user...
lrheeza
Offline Send Email
Mar 1, 2008
2:11 am
21265
Dear All, Please visit. www.nrix.info is re-launched with new style .. Thank You www.nrix.info NRI EXCLUSIVE INFORMATION PORTAL NEWS, JOBS, BUSINESS, FINANCE,...
Najmudheen Areekkan
najbaan
Offline Send Email
Mar 1, 2008
6:38 am
21266
Is nobody moderating here anymore? Seems like the group's died....
John H. DeJong
lazaruslong.geo
Offline Send Email
Mar 1, 2008
8:56 am
21267
- How do I import MS Excel and text files using a UI (user interface)? You would need to create a form with text boxes that would populate the...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 1, 2008
1:10 pm
21268
You are going to need to write a parsing function in vba using the MID and LEN functions. I am assuming that every record will have the dash (-) as the...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 1, 2008
1:12 pm
21269
Thanks, Lonnie. Lonnie Johnson <prodevmg@...> wrote: - How do I import MS Excel and text files using a UI (user interface)? You would need to...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
2:19 pm
21270
YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = "us";...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
3:09 pm
21271
Hello, i am using the code to insert values from the temp table to the main table. i only want to transfer all the records where email and userid is not...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
6:50 pm
21272
Hello everyone, this is a code i created to be able to get the multiple users i have selected in the form. i was able to select the users in the form an select...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:07 pm
21273
Hello, I have two queries: UPDATE EListHierarchy SET EListHierarchy.EListItemUserType = "C" WHERE EListHierarchy.EListItemName in (SELECT EListItemName FROM...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 3, 2008
2:46 am
Messages 21244 - 21273 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help