473,406 Members | 2,956 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,406 software developers and data experts.

Access 2002 won't create new record

Environment; Win2K PC with 1Gb of RAM and plenty of HD space running Access
2002

Issue; Access presents a blank data entry form in the Forms view when the
New Record icon is used. However, it won't allow any fields to have data
entered into them. I can edit & save existing records without problem.
When I go into the Tables view, I can add records and data ok and save
without problem. I go back into the Table and I can see the data. However,
the data entry/display Form can't find the new record or the new data. No
err msgs...it just isn't there in the Form view when doing a Sort/Display or
a Search/Any Part. For added interest, I can see the new record # in the
Table view but the Form view insists there's no such record number. I did a
Compact & Repair on all tables, no change.

Suggestions, anyone?
Jul 8 '08 #1
12 3252
>it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

Jul 8 '08 #2
that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of the
fields.

"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...
it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

Jul 8 '08 #3
tekctrl wrote:
that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of the
fields.
You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add a
record there?
>
"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...
>>>it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com


Jul 9 '08 #4
Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that table
even after doing a sort and/or search. It is, however, still present in the
Table itself.

"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink.co m...
tekctrl wrote:
that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of the
fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add a
record there?

"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...
>>it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

Jul 9 '08 #5
tekctrl wrote:
Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that table
even after doing a sort and/or search. It is, however, still present in the
Table itself.
Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?

>
"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink.co m...
>>tekctrl wrote:

>>>that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of the
fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add a
record there?

>>>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...
>it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com


Jul 9 '08 #6
Recordsource is a table

"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink.co m...
tekctrl wrote:
Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that
table
even after doing a sort and/or search. It is, however, still present in
the
Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?


"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink.co m...
>tekctrl wrote:
that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of the
fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add a
record there?
"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...
it won't allow any fields to have data entered into them.

Do you mean that you can't physically enter data into a textbox?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com


Jul 9 '08 #7
tekctrl wrote:
Recordsource is a table
I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI
>
"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink.co m...
>>tekctrl wrote:

>>>Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that

table
>>>even after doing a sort and/or search. It is, however, still present in

the
>>>Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?
>>>"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink .com...
tekctrl wrote:

>that's correct. I get a blank data entry Form, and can tab btwn the
>different fields, but it won't allow me to enter anything in any of the
>fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add a
record there?

>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
>news:86dcb6119fcfe@uwe...
>
>
>
>>>it won't allow any fields to have data entered into them.
>>
>>Do you mean that you can't physically enter data into a textbox?
>>
>>--
>>There's ALWAYS more than one way to skin a cat!
>>
>>Answers/posts based on Access 2000/2003
>>
>>Message posted via http://www.accessmonster.com
>>
>
>
>

Jul 9 '08 #8
I deleted the old Form and rebuilt it again using the wizard, no change. I
can edit & save existing records in the Form, I can open a New Record using
the Create New Record icon, and I can tab from field to field, I just can't
enter any data in the fields or save the new record.

Has anyone ever seen this kind of behavior from Access 2002?

"Salad" <oi*@vinegar.comwrote in message
news:KM******************************@earthlink.co m...
tekctrl wrote:
Recordsource is a table

I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI

"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink.co m...
>tekctrl wrote:
Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that
table
>>even after doing a sort and/or search. It is, however, still present
in

the
>>Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?

"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink. com...
tekctrl wrote:

that's correct. I get a blank data entry Form, and can tab btwn the
different fields, but it won't allow me to enter anything in any of
the
>>>>fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up the
form's property sheet, then the recordsource, and run it. Can you add
a
>>>record there?

"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
news:86dcb6119fcfe@uwe...

>>it won't allow any fields to have data entered into them.
>
>Do you mean that you can't physically enter data into a textbox?
>
>--
>There's ALWAYS more than one way to skin a cat!
>
>Answers/posts based on Access 2000/2003
>
>Message posted via http://www.accessmonster.com
>


Jul 9 '08 #9
tekctrl wrote:
I deleted the old Form and rebuilt it again using the wizard, no change. I
can edit & save existing records in the Form, I can open a New Record using
the Create New Record icon, and I can tab from field to field, I just can't
enter any data in the fields or save the new record.
What is the "Create New Record" icon? The inverted Triangle-*?

What happens if you create a table; Junk, and add 3 fields F1, F2, and
F3. If you build a form for it can you add records? IOW, is this
problem specific to all tables or just this one table?

One other question...are you a newbie or have you been working with
Access for awhile. Don't take this the wrong way but I have no idea if
you know what you are doing. I have no idea if you are attempting other
tests. Same with if you know what a table vs a query is. Or if you a
familiar with property sheets and pulling up a property sheet for a form
and a control.
Has anyone ever seen this kind of behavior from Access 2002?
No. It's possible you own a defective copy of Access.
>
"Salad" <oi*@vinegar.comwrote in message
news:KM******************************@earthlink.co m...
>>tekctrl wrote:

>>>Recordsource is a table

I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI

>>>"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink .com...
tekctrl wrote:

>Yes, the Recordsource points to the correct table.
>Yes, I can add a record directly to that table.
>No, the new record does not appear in the Form which points to that

table
>even after doing a sort and/or search. It is, however, still present

in
>>>the
>Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?


>"Salad" <oi*@vinegar.comwrote in message
>news:y7******************************@earthli nk.com...
>
>
>
>>tekctrl wrote:
>>
>>
>>
>>
>>>that's correct. I get a blank data entry Form, and can tab btwn the
>>>different fields, but it won't allow me to enter anything in any of

the
>>>>>>>fields.
>>
>>You mentioned you can change data in the table but not the form. Are
>>you using a recordsource that is a query and not a table? Open up the
>>form's property sheet, then the recordsource, and run it. Can you add

a
>>>>>>record there?
>>
>>
>>
>>
>>>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
>>>news:86dcb6119fcfe@uwe...
>>>
>>>
>>>
>>>
>>>>>it won't allow any fields to have data entered into them.
>>>>
>>>>Do you mean that you can't physically enter data into a textbox?
>>>>
>>>>--
>>>>There's ALWAYS more than one way to skin a cat!
>>>>
>>>>Answers/posts based on Access 2000/2003
>>>>
>>>>Message posted via http://www.accessmonster.com
>>>>
>>>
>>>
>>>

Jul 9 '08 #10
Seen something vaguely similar in AK2

Deleted a record on a form, record count went down by 1, then did a "Show
all records" and there it was back again

It deleted perfectly well from the Recordsource query.

Created a new DB and imported everything into it and problem was solved.

Phil

"tekctrl" <te*****@earthlink.netwrote in message
news:r8****************@newsfe06.lga...
>I deleted the old Form and rebuilt it again using the wizard, no change. I
can edit & save existing records in the Form, I can open a New Record
using
the Create New Record icon, and I can tab from field to field, I just
can't
enter any data in the fields or save the new record.

Has anyone ever seen this kind of behavior from Access 2002?

"Salad" <oi*@vinegar.comwrote in message
news:KM******************************@earthlink.co m...
>tekctrl wrote:
Recordsource is a table

I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI
>
"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink.co m...

tekctrl wrote:
Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that

table

even after doing a sort and/or search. It is, however, still present
in
>
the

Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?

"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlink .com...
tekctrl wrote:

>that's correct. I get a blank data entry Form, and can tab btwn the
>different fields, but it won't allow me to enter anything in any of
the
>>>>>fields.

You mentioned you can change data in the table but not the form. Are
you using a recordsource that is a query and not a table? Open up
the
form's property sheet, then the recordsource, and run it. Can you
add
a
>>>>record there?

>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
>news:86dcb6119fcfe@uwe...
>
>
>
>>>it won't allow any fields to have data entered into them.
>>
>>Do you mean that you can't physically enter data into a textbox?
>>
>>--
>>There's ALWAYS more than one way to skin a cat!
>>
>>Answers/posts based on Access 2000/2003
>>
>>Message posted via http://www.accessmonster.com
>>
>
>
>


Jul 9 '08 #11
The Create New Record icon that I'm using is >* in the Access toolbar.

I'm pretty much of a newbie to Access, so I don't always know what I'm
doing. However, I'm not a stranger to database concepts and functions, I
just haven't had occasion to do anything with it 'til now.

As you suggested, I created a test table and associated Form and it works
perfectly. Evidently the issue is with the Form itself and not the
underlying Tables. That's a good idea and I thank you! I think it's time
to blow away the existing Form (again) and make a new one.

"Salad" <oi*@vinegar.comwrote in message
news:J5******************************@earthlink.co m...
tekctrl wrote:
I deleted the old Form and rebuilt it again using the wizard, no change.
I
can edit & save existing records in the Form, I can open a New Record
using
the Create New Record icon, and I can tab from field to field, I just
can't
enter any data in the fields or save the new record.

What is the "Create New Record" icon? The inverted Triangle-*?

What happens if you create a table; Junk, and add 3 fields F1, F2, and
F3. If you build a form for it can you add records? IOW, is this
problem specific to all tables or just this one table?

One other question...are you a newbie or have you been working with
Access for awhile. Don't take this the wrong way but I have no idea if
you know what you are doing. I have no idea if you are attempting other
tests. Same with if you know what a table vs a query is. Or if you a
familiar with property sheets and pulling up a property sheet for a form
and a control.
Has anyone ever seen this kind of behavior from Access 2002?

No. It's possible you own a defective copy of Access.

"Salad" <oi*@vinegar.comwrote in message
news:KM******************************@earthlink.co m...
>tekctrl wrote:
Recordsource is a table

I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI
"Salad" <oi*@vinegar.comwrote in message
news:8M******************************@earthlink. com...
tekctrl wrote:

Yes, the Recordsource points to the correct table.
Yes, I can add a record directly to that table.
No, the new record does not appear in the Form which points to that

table
even after doing a sort and/or search. It is, however, still present
in
>>the
Table itself.

Is the recordsource a table or a query?

In the form's property sheet, under data tab, is AllowAdditions or
AllowEdits set to false?


"Salad" <oi*@vinegar.comwrote in message
news:y7******************************@earthlin k.com...

>tekctrl wrote:
>
>
>
>
>>that's correct. I get a blank data entry Form, and can tab btwn
the
>>>>>>different fields, but it won't allow me to enter anything in any of
the
>>>>>>fields.
>
>You mentioned you can change data in the table but not the form.
Are
>>>>>you using a recordsource that is a query and not a table? Open up
the
>>>>>form's property sheet, then the recordsource, and run it. Can you
add

a
>>>>>record there?
>
>
>
>
>>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
>>news:86dcb6119fcfe@uwe...
>>
>>
>>
>>
>>>>it won't allow any fields to have data entered into them.
>>>
>>>Do you mean that you can't physically enter data into a textbox?
>>>
>>>--
>>>There's ALWAYS more than one way to skin a cat!
>>>
>>>Answers/posts based on Access 2000/2003
>>>
>>>Message posted via http://www.accessmonster.com
>>>
>>
>>
>>

Jul 12 '08 #12
tekctrl wrote:
The Create New Record icon that I'm using is >* in the Access toolbar.

I'm pretty much of a newbie to Access, so I don't always know what I'm
doing. However, I'm not a stranger to database concepts and functions, I
just haven't had occasion to do anything with it 'til now.

As you suggested, I created a test table and associated Form and it works
perfectly. Evidently the issue is with the Form itself and not the
underlying Tables. That's a good idea and I thank you! I think it's time
to blow away the existing Form (again) and make a new one.
You mentioned in a prior post that you had deleted the old form and
created a new one via the wizard and it didn't work. As one other
person suggested you could create a new database and import all the
objects to it...it's possible the table is corrupted. Good luck
"Salad" <oi*@vinegar.comwrote in message
news:J5******************************@earthlink.co m...
>>tekctrl wrote:

>>>I deleted the old Form and rebuilt it again using the wizard, no change.

I
>>>can edit & save existing records in the Form, I can open a New Record

using
>>>the Create New Record icon, and I can tab from field to field, I just

can't
>>>enter any data in the fields or save the new record.

What is the "Create New Record" icon? The inverted Triangle-*?

What happens if you create a table; Junk, and add 3 fields F1, F2, and
F3. If you build a form for it can you add records? IOW, is this
problem specific to all tables or just this one table?

One other question...are you a newbie or have you been working with
Access for awhile. Don't take this the wrong way but I have no idea if
you know what you are doing. I have no idea if you are attempting other
tests. Same with if you know what a table vs a query is. Or if you a
familiar with property sheets and pulling up a property sheet for a form
and a control.

>>>Has anyone ever seen this kind of behavior from Access 2002?

No. It's possible you own a defective copy of Access.

>>>"Salad" <oi*@vinegar.comwrote in message
news:KM******************************@earthlink .com...
tekctrl wrote:

>Recordsource is a table

I would then get to the database window and click Forms/New/FormWizard,
select your table, and march thru the wizard's forms. Then see if it
works. If it does, you are doing something incorrect on your current
form either in code or by property settings.

The Passenger
http://www.youtube.com/watch?v=h0i6zkXSjlI

>"Salad" <oi*@vinegar.comwrote in message
>news:8M******************************@earthli nk.com...
>
>
>
>>tekctrl wrote:
>>
>>
>>
>>
>>>Yes, the Recordsource points to the correct table.
>>>Yes, I can add a record directly to that table.
>>>No, the new record does not appear in the Form which points to that
>
>table
>
>
>
>>>even after doing a sort and/or search. It is, however, still present

in
>the
>
>
>
>>>Table itself.
>>
>>Is the recordsource a table or a query?
>>
>>In the form's property sheet, under data tab, is AllowAdditions or
>>AllowEdits set to false?
>>
>>
>>
>>
>>
>>>"Salad" <oi*@vinegar.comwrote in message
>>>news:y7******************************@earth link.com...
>>>
>>>
>>>
>>>
>>>>tekctrl wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>that's correct. I get a blank data entry Form, and can tab btwn

the
>>>>>>>>>different fields, but it won't allow me to enter anything in any of

the
>>>>>fields.
>>>>
>>>>You mentioned you can change data in the table but not the form.

Are
>>>>>>>>you using a recordsource that is a query and not a table? Open up

the
>>>>>>>>form's property sheet, then the recordsource, and run it. Can you

add
>>>a
>>>>record there?
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>"Linq Adams via AccessMonster.com" <u28780@uwewrote in message
>>>>>news:86dcb6119fcfe@uwe...
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>>it won't allow any fields to have data entered into them.
>>>>>>
>>>>>>Do you mean that you can't physically enter data into a textbox?
>>>>>>
>>>>>>--
>>>>>>There's ALWAYS more than one way to skin a cat!
>>>>>>
>>>>>>Answers/posts based on Access 2000/2003
>>>>>>
>>>>>>Message posted via http://www.accessmonster.com
>>>>>>
>>>>>
>>>>>
>>>>>

Jul 12 '08 #13

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

Similar topics

1
by: Steve Claflin | last post by:
I have a database with a moderate number of records in several tables (the biggest table at the moment is about 800 records). In development it got moved between 2K and XP repeatedly. Several...
1
by: Wayne Aprato | last post by:
I have a client who is running several Access 97 databases that I have written for them. They are about to upgrade to Access 2003. Is the default file format of Access 2003 still Access 2000 the...
4
by: hinrich | last post by:
Hello, I have a completely new system (windows xp prof.), office xp 2002 with sp 3. When I create a new and empty Accesss database, create an empty table and then create a new form using a...
17
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
49
by: Mell via AccessMonster.com | last post by:
I created databases on Access 2003 and I want to deploy them to users. My code was also done using 2003. If they have Ms Access 2000 or higher, will they be able to use these dbs with all code,...
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
11
by: Alan Mailer | last post by:
A project I'm working on is going to use VB6 as a front end. The back end is going to be pre-existing MS Access 2002 database tables which already have records in them *but do not have any...
7
by: dkohel | last post by:
I have a form that returns 100 items. All of the items have have a different value in their Category field. EXAMPLE: ---------------- A B C How can I change the value of the caption in...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.