473,396 Members | 2,016 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can not insert new record

When I try to insert a new record on a form, I get the following
error. " You can't go to the specified record". The iInsert/New Record
command is not available. Any ideas. Thanks in a dvance
Nov 13 '05 #1
4 10284

"wizof103" <wi******@bellatlantic.net> wrote in message
news:66*************************@posting.google.co m...
When I try to insert a new record on a form, I get the following
error. " You can't go to the specified record". The iInsert/New Record
command is not available. Any ideas. Thanks in a dvance


there could be a ton of reasons.

The first thing I would do is to open the underlying recordsource for the
form (is it a query or a table) and try to add a record in it. If this
works then I would go to the form settings and see what the properties are
like under the data tab.

Try that and let us know how you get on.

- Nicolaas
Nov 13 '05 #2

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:5F******************@news.xtra.co.nz...

"wizof103" <wi******@bellatlantic.net> wrote in message
news:66*************************@posting.google.co m...
When I try to insert a new record on a form, I get the following
error. " You can't go to the specified record". The iInsert/New Record
command is not available. Any ideas. Thanks in a dvance


there could be a ton of reasons.

The first thing I would do is to open the underlying recordsource for the
form (is it a query or a table) and try to add a record in it. If this
works then I would go to the form settings and see what the properties are
like under the data tab.

Try that and let us know how you get on.


Another issue could be not having permission to write to the database. That
could be in the database security settings or the server. If the above
doesn't pan out, check to see if you have permissions to write to the folder
within which the database resides. -- Daven


Nov 13 '05 #3
wizof103 wrote:
When I try to insert a new record on a form, I get the following
error. " You can't go to the specified record". The iInsert/New Record
command is not available. Any ideas. Thanks in a dvance


Do you have any code in the BeforeUpdate event that would affect
something? Are you inserting a record in the AfterUpdate event? Is it
possible you have a sequence problem where you are attempting to do
something either before or after the event you really need to do the
insert in?
Nov 13 '05 #4
"WindAndWaves" <ac****@ngaru.com> wrote in message news:<5F******************@news.xtra.co.nz>...
"wizof103" <wi******@bellatlantic.net> wrote in message
news:66*************************@posting.google.co m...
When I try to insert a new record on a form, I get the following
error. " You can't go to the specified record". The iInsert/New Record
command is not available. Any ideas. Thanks in a dvance


there could be a ton of reasons.

The first thing I would do is to open the underlying recordsource for the
form (is it a query or a table) and try to add a record in it. If this
works then I would go to the form settings and see what the properties are
like under the data tab.

Try that and let us know how you get on.

- Nicolaas


Ok I have a table called Coaches, and one called Schools. Coaches
table has Fname, Lname, School, Sport, and E mail address fields.
Schools had the school name, and address in seperet fields. The tables
are related by the school field. In the query I use the Fname, Lname,
and sport from the Coaches table, and everything in the School table.
The form data comes from this query. The criteria for the query is the
sport in the coaches field. I added a new record to the coaches table
and gave is the same sport as the others. It allows a new record in
the table and the query but not on the form. Any ideas.
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: PT | last post by:
I got a problem. And thats..... First of all, I got these three tables. ------------------- ------------------ ---------------------- tblPerson tblPersonSoftware ...
1
by: Thomas Bartkus | last post by:
The meaning of REPLACE INTO is clear to me. IF the new record presents new key values, then it is inserted as a new record. IF the new record has key values that match a pre-existing record, then...
2
by: george | last post by:
This is like the bug from hell. It is kind of hard to explain, so please bear with me. Background Info: SQL Server 7.0, on an NT box, Active Server pages with Javascript, using ADO objects. ...
16
by: Philip Boonzaaier | last post by:
I want to be able to generate SQL statements that will go through a list of data, effectively row by row, enquire on the database if this exists in the selected table- If it exists, then the colums...
8
by: Bri | last post by:
Greetings, I'm having a very strange problem in an AC97 MDB with ODBC Linked tables to SQL Server 7. The table has an Identity field and a Timestamp field. The problem is that when a new record...
8
by: Carl | last post by:
Hi, I hope someone can share some of their professional advice and help me out with my embarissing problem concerning an Access INSERT query. I have never attempted to create a table with...
4
by: authorking | last post by:
I use the following code to insert a data record in to a datatable of an access database.But every time I execute the command, there will rise an exception and the insert operation can't be...
4
by: Mike Hnatt | last post by:
My goal is to get data from an XML file into a couple of tables in an Access database. The XML file is a little complex so I need control over what I do (I can't just read it into a dataset). ...
3
by: Shapper | last post by:
Hello, I have created 3 functions to insert, update and delete an Access database record. The Insert and the Delete code are working fine. The update is not. I checked and my database has all...
10
by: MLH | last post by:
Suppose, in a multi-user environment, you have append query SQL in a VBA procedure that looks like INSERT INTO MyTable... and the next line reads MyVar=DMax("","MyTable... You can never be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.