ms-access-2007

Refresh Sharepoint-linked Table in Access?

I have an access table in 2007 that is linked to a sharepoint list. When a new record is added to the sharepoint list, the change does not get automatically reflected in the access table. If you right click on the linked table, there is an option to "refresh list" which does exactly as you would expect. My question is how to perform t...

help with access date query

I need help with date queries in MS Access 2007. How do I show all data between date:01/06/2010 time:10:51 and date:13/07/2010 time:22:30? ...

Check for a field value being updated/changed SQL (Access)

Hi there, This is certainly a long shot, and is by no means vital to my development requirements, so if there's not a readily available solution the please note; I won't be too upset ;) I was wondering if there was a way to see if a field value had been changed or updated within a date range in Access. For example, I have a status fi...

A Query in Ms-access

Hi, This query displays partnumbers which have eventtype is not equal to "PNremoved FROM Wrapper". This query is displaying the right data. Part number may be removed from this tracking number, but it can be entered using another tracking number. In that case it is not working. I want the query that works when we enter the same part n...

Can't resize Access 2007 Navigation Pane

I resized my A2007 Navigation Pane and somehow closed it up so tight (maybe 8 mm) that I can't resize it again (can't grab the right margin....) The pane is open and operates, I can type a search into the pane's search bar, and it works, including opening the object I find. I just can't get it to resize so I can read it. Any ideas? ...

Access 2007, Need to distribute a form while keeping the database on a server.

So here is the gig, I have this inventory access database that I am trying to seperate the form logic from the database itself; having the database on the server while the form is distributed to users. I know how to seperate the database to a "front end" and a "back end" but my question becomes " is that all I need to do? Send the user...

Avoid duplication without using Indexed fields and 'no duplication'

Hi there, I'm looking for advice as to the correct method for form design to prompt the user entering data to avoid duplicated records. For example: The user enters profile information in the fields firstName surName Its highly possible for numerous profiles to have the same name (e.g John Smith, so indexing fields isn't possible to av...

how to allow orphan recordsets in many-to-many bridge tables

hello, I have a problem that I can't seem to solve. I have table: Software and table: PC they both have many to many relationship between each other, that is, one PC can have many Software and One Software can have many PC's the link table is: soft-pc The table soft-pc also has licensing information like, product keys. now the problem...

i got error in insert to database - access

hi i have val MyDate in my C# program that contain today-date or null. i have date field in my access 2007 - TdateOpen i try to insert to database like this: SQL = "insert into MyCount(TdateOpen) values ('" + MyDate +"')"; and i got this error: Data type mismatch in criteria expression what can be the problem ? thank's in ad...

how to search between 2 dates and times in access ?

hi i have in my access fields MyDate and myTime. MyDate in format: 16/09/2010 00:00:00 MyTime in format: 16/09/2010 04:27:00 i need to search between date 01/01/2010 and time 12:50:00 - and - date 12/11/2010 time 01:34:00 which query i need to write ? thank's in advance ...

help with access query

hi i have table MyTbl that contain date1, date2, date3 if date1=null i need that in field memo will be 'A' elae if date2=null i need that in field memo will be 'B' else if date3=null i need that in field memo will be 'C' is it can made on access 2007 in query ? thank's in advance ...

maximum number of connections to network accessed Access database

If I have a Microsoft Access 2007 database on a network location, is there a limit to the number of client computers that can use the database? The client will not have Access installed and instead will be using the Access Runtime 2007. Will the maximum number of connections be changed if I split the front end from the back end as oppos...

is there any way to work with date in this format: dd/MM/yyyy hh:mm

hi is there any way to work with date in this format: dd/MM/yyyy hh:mm (without second) i see only this format: dd/MM/yyyy hh:mm:ss i need that i can see in this format and to run search between date & time in this format i work on access-2007 and C# thank's in advance ...

is there any tool or add-on for write color and comfortable query on access-2007 ?

hi is there any tool or add-on to color-code SQL keywords in the access-2007 SQL view, like in SQL Server? thank's in advance ...

Access 2007 to SQL server file upload?!

I have an Access 2007 database with an attachments facility. Currently the client may upload files locally but the files cannot be accessed elsewhere. I have been able to carry out a similar operation when developing on a web based system however I cannot seem to do it on an Access 2007 database and I am unsure as to whether it is even p...

Check Microsoft Access Form Values before Save

I have an Access Form - lets call it "Add Labor" (Access 2007) that saves data into a table. The table has two columns in particular called "Start Date" and "End Date" (This table stores tasks) There is also another table called FiscalYears which includes Start and End Dates for Fiscal Years, which is structured as follows FyID FYear...

Passing from Form to Query in Access/SQL/VB

Access 2007 / SQL / VB I have a query: SELECT Count(*) AS CountOfCR1 FROM PData WHERE (((PData.DestID)='CR1') And (((PData.AnswerTime)>=Starting)<Ending+1)); I am trying to pass the variables Starting and Ending to the above query from the below form: Starting = StartDate & " " & StartTime Ending = EndDate & " " & EndTime On Error G...

Join -- NOT (A2007)

I have a classic two-listbox form construct (Move a row from this box to that box...) I want the box to the left to contain all rows that are NOT in the box on the right. The underlying data is in a many-to-many relationship. PartNbr -- XREF -- Source, where a part may have 0 or more sources...so I have three tables, Item Master, XREF, ...

Making a SOAP request from Access 2007

I am currently working on a system in Microsoft Access 2007, and I need to make a SOAP request to an outside webserver in order to retrieve some data. I'm new to both SOAP and Visual Basic, and I've been having trouble figuring out exactly what I need to do to make this SOAP request happen. From some Googling about, it seems that previo...

Access exports only 1st column of query

All - I'm embarrassed to ask something that appears to be so rudimentary, but I'm stuck. Using Access 2007, I ran a query against a single 84K row table to produce a result set of ~80K row. I can't copy/paste the result set into Excel (Access fails copy/pasting > 64K rows). When I right-click on the query and export, no matter what fo...